Skip to content
  • Ian Lynagh's avatar
    Make it possible to show SrcSpans without going via Doc · 767d5a87
    Ian Lynagh authored
    This shouldn't be any slower; the FilePaths were already going via
    String so that we could normalise them.
    
    This means that very early on, when printing flag parsing errors, we
    can do so without having a DynFlags yet.
    767d5a87