summaryrefslogtreecommitdiff
path: root/compiler/ghci/DebuggerUtils.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ghci/DebuggerUtils.hs')
-rw-r--r--compiler/ghci/DebuggerUtils.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/ghci/DebuggerUtils.hs b/compiler/ghci/DebuggerUtils.hs
index 9e3d56e0d1..f67e44860e 100644
--- a/compiler/ghci/DebuggerUtils.hs
+++ b/compiler/ghci/DebuggerUtils.hs
@@ -4,6 +4,8 @@ module DebuggerUtils (
dataConInfoPtrToName,
) where
+import GhcPrelude
+
import GHCi.InfoTable
import CmmInfo ( stdInfoTableSizeB )
import DynFlags