summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Outputable.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Utils/Outputable.hs')
-rw-r--r--compiler/GHC/Utils/Outputable.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/GHC/Utils/Outputable.hs b/compiler/GHC/Utils/Outputable.hs
index bcea799bd8..1f046d2354 100644
--- a/compiler/GHC/Utils/Outputable.hs
+++ b/compiler/GHC/Utils/Outputable.hs
@@ -99,7 +99,8 @@ import {-# SOURCE #-} GHC.Driver.Session
, pprUserLength
, unsafeGlobalDynFlags, initSDocContext
)
-import {-# SOURCE #-} GHC.Types.Module( Unit, Module, ModuleName, moduleName )
+import {-# SOURCE #-} GHC.Unit.Types ( Unit, Module, moduleName )
+import {-# SOURCE #-} GHC.Unit.Module.Name( ModuleName )
import {-# SOURCE #-} GHC.Types.Name.Occurrence( OccName )
import GHC.Utils.BufHandle (BufHandle)