summaryrefslogtreecommitdiff
path: root/compiler/ghci
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2013-01-23 10:19:25 +0000
committerSimon Marlow <marlowsd@gmail.com>2013-01-23 10:19:25 +0000
commit48b958948cc36b3cad95e8661a642b21f120b468 (patch)
tree69d6e8168a5de56e9cc713a60d47daab74df7a99 /compiler/ghci
parent39148b8a8bd7e532ec2f8fffe011e9a0952a5be4 (diff)
downloadhaskell-48b958948cc36b3cad95e8661a642b21f120b468.tar.gz
Tidy up: move info-table related stuff to CmmInfo
Prep for #709
Diffstat (limited to 'compiler/ghci')
-rw-r--r--compiler/ghci/DebuggerUtils.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/DebuggerUtils.hs b/compiler/ghci/DebuggerUtils.hs
index 8a421baf6b..7a03bbcdc2 100644
--- a/compiler/ghci/DebuggerUtils.hs
+++ b/compiler/ghci/DebuggerUtils.hs
@@ -2,7 +2,7 @@ module DebuggerUtils (
dataConInfoPtrToName,
) where
-import StgCmmLayout ( stdInfoTableSizeB )
+import CmmInfo ( stdInfoTableSizeB )
import ByteCodeItbls
import DynFlags
import FastString