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.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/GHC/Runtime/Eval.hs b/compiler/GHC/Runtime/Eval.hs
index 666b80cc88..c960b1c8c6 100644
--- a/compiler/GHC/Runtime/Eval.hs
+++ b/compiler/GHC/Runtime/Eval.hs
@@ -53,10 +53,10 @@ import GHC.Runtime.Eval.Types
import GHC.Runtime.Interpreter as GHCi
import GHCi.Message
import GHCi.RemoteTypes
-import GhcMonad
-import HscMain
+import GHC.Driver.Monad
+import GHC.Driver.Main
import GHC.Hs
-import HscTypes
+import GHC.Driver.Types
import InstEnv
import GHC.Iface.Env ( newInteractiveBinder )
import FamInstEnv ( FamInst )
@@ -77,7 +77,7 @@ import RdrName
import VarEnv
import GHC.ByteCode.Types
import GHC.Runtime.Linker as Linker
-import DynFlags
+import GHC.Driver.Session
import Unique
import UniqSupply
import MonadUtils