summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Annotations.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/Annotations.hs')
-rw-r--r--compiler/GHC/Types/Annotations.hs6
1 files changed, 2 insertions, 4 deletions
diff --git a/compiler/GHC/Types/Annotations.hs b/compiler/GHC/Types/Annotations.hs
index c096558651..90cbe64f53 100644
--- a/compiler/GHC/Types/Annotations.hs
+++ b/compiler/GHC/Types/Annotations.hs
@@ -20,10 +20,8 @@ module GHC.Types.Annotations (
import GHC.Prelude
import GHC.Utils.Binary
-import GHC.Types.Module ( Module
- , ModuleEnv, emptyModuleEnv, extendModuleEnvWith
- , plusModuleEnv_C, lookupWithDefaultModuleEnv
- , mapModuleEnv )
+import GHC.Unit.Module ( Module )
+import GHC.Unit.Module.Env
import GHC.Types.Name.Env
import GHC.Types.Name
import GHC.Utils.Outputable