summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Eval.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Runtime/Eval.hs')
-rw-r--r--compiler/GHC/Runtime/Eval.hs14
1 files changed, 7 insertions, 7 deletions
diff --git a/compiler/GHC/Runtime/Eval.hs b/compiler/GHC/Runtime/Eval.hs
index 2a51656a95..6ef575490f 100644
--- a/compiler/GHC/Runtime/Eval.hs
+++ b/compiler/GHC/Runtime/Eval.hs
@@ -58,17 +58,17 @@ import GHC.Driver.Monad
import GHC.Driver.Main
import GHC.Hs
import GHC.Driver.Types
-import InstEnv
-import GHC.Iface.Env ( newInteractiveBinder )
-import FamInstEnv ( FamInst )
-import GHC.Core.FVs ( orphNamesOfFamInst )
-import TyCon
-import Type hiding( typeKind )
+import GHC.Core.InstEnv
+import GHC.Iface.Env ( newInteractiveBinder )
+import GHC.Core.FamInstEnv ( FamInst )
+import GHC.Core.FVs ( orphNamesOfFamInst )
+import GHC.Core.TyCon
+import GHC.Core.Type hiding( typeKind )
import GHC.Types.RepType
import TcType
import Constraint
import TcOrigin
-import Predicate
+import GHC.Core.Predicate
import Var
import Id
import Name hiding ( varName )