diff options
Diffstat (limited to 'compiler/utils/Outputable.hs')
-rw-r--r-- | compiler/utils/Outputable.hs | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/compiler/utils/Outputable.hs b/compiler/utils/Outputable.hs index ba595757e9..b9e3993cb9 100644 --- a/compiler/utils/Outputable.hs +++ b/compiler/utils/Outputable.hs @@ -94,10 +94,11 @@ module Outputable ( import GhcPrelude -import {-# SOURCE #-} DynFlags( DynFlags, hasPprDebug, hasNoDebugOutput, - targetPlatform, pprUserLength, pprCols, - unsafeGlobalDynFlags, - initSDocContext) +import {-# SOURCE #-} GHC.Driver.Session + ( DynFlags, hasPprDebug, hasNoDebugOutput + , targetPlatform, pprUserLength, pprCols + , unsafeGlobalDynFlags, initSDocContext + ) import {-# SOURCE #-} Module( UnitId, Module, ModuleName, moduleName ) import {-# SOURCE #-} OccName( OccName ) @@ -198,7 +199,7 @@ type QueryQualifyModule = Module -> Bool -- the component id to disambiguate it. type QueryQualifyPackage = UnitId -> Bool --- See Note [Printing original names] in HscTypes +-- See Note [Printing original names] in GHC.Driver.Types data QualifyName -- Given P:M.T = NameUnqual -- It's in scope unqualified as "T" -- OR nothing called "T" is in scope |