summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcBackpack.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcBackpack.hs')
-rw-r--r--compiler/typecheck/TcBackpack.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/typecheck/TcBackpack.hs b/compiler/typecheck/TcBackpack.hs
index 81445f1291..954ee6c24d 100644
--- a/compiler/typecheck/TcBackpack.hs
+++ b/compiler/typecheck/TcBackpack.hs
@@ -27,8 +27,8 @@ import GHC.Hs
import RdrName
import TcRnMonad
import TcTyDecls
-import InstEnv
-import FamInstEnv
+import GHC.Core.InstEnv
+import GHC.Core.FamInstEnv
import Inst
import GHC.IfaceToCore
import TcMType
@@ -48,7 +48,7 @@ import Avail
import SrcLoc
import GHC.Driver.Types
import Outputable
-import Type
+import GHC.Core.Type
import FastString
import GHC.Rename.Fixity ( lookupFixityRn )
import Maybes