summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Heap/Inspect.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Runtime/Heap/Inspect.hs')
-rw-r--r--compiler/GHC/Runtime/Heap/Inspect.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Runtime/Heap/Inspect.hs b/compiler/GHC/Runtime/Heap/Inspect.hs
index 7bcb1a364c..34c55760ac 100644
--- a/compiler/GHC/Runtime/Heap/Inspect.hs
+++ b/compiler/GHC/Runtime/Heap/Inspect.hs
@@ -30,7 +30,7 @@ import GHC.Platform
import GHC.Runtime.Interpreter as GHCi
import GHCi.RemoteTypes
-import GHC.Driver.Types
+import GHC.Driver.Env
import GHCi.Message ( fromSerializableException )
import GHC.Core.DataCon