summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcPluginM.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcPluginM.hs')
-rw-r--r--compiler/typecheck/TcPluginM.hs12
1 files changed, 6 insertions, 6 deletions
diff --git a/compiler/typecheck/TcPluginM.hs b/compiler/typecheck/TcPluginM.hs
index 04aaf74816..36d35e049a 100644
--- a/compiler/typecheck/TcPluginM.hs
+++ b/compiler/typecheck/TcPluginM.hs
@@ -60,7 +60,7 @@ import qualified FamInst as TcM
import qualified GHC.Iface.Env as IfaceEnv
import qualified GHC.Driver.Finder as Finder
-import FamInstEnv ( FamInstEnv )
+import GHC.Core.FamInstEnv ( FamInstEnv )
import TcRnMonad ( TcGblEnv, TcLclEnv, TcPluginM
, unsafeTcPluginTcM, getEvBindsTcPluginM
, liftIO, traceTc )
@@ -73,14 +73,14 @@ import Var ( EvVar )
import Module
import Name
-import TyCon
-import DataCon
-import Class
+import GHC.Core.TyCon
+import GHC.Core.DataCon
+import GHC.Core.Class
import GHC.Driver.Types
import Outputable
-import Type
+import GHC.Core.Type
import Id
-import InstEnv
+import GHC.Core.InstEnv
import FastString
import Unique