summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcSplice.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcSplice.hs')
-rw-r--r--compiler/typecheck/TcSplice.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcSplice.hs b/compiler/typecheck/TcSplice.hs
index 566db1c1df..485948a5a3 100644
--- a/compiler/typecheck/TcSplice.hs
+++ b/compiler/typecheck/TcSplice.hs
@@ -57,7 +57,7 @@ import Control.Monad
import GHCi.Message
import GHCi.RemoteTypes
-import GHCi
+import GHC.Runtime.Interpreter
import HscMain
-- These imports are the reason that TcSplice
-- is very high up the module hierarchy