diff options
author | Simon Marlow <marlowsd@gmail.com> | 2013-01-23 10:19:25 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2013-01-23 10:19:25 +0000 |
commit | 48b958948cc36b3cad95e8661a642b21f120b468 (patch) | |
tree | 69d6e8168a5de56e9cc713a60d47daab74df7a99 /compiler/ghci | |
parent | 39148b8a8bd7e532ec2f8fffe011e9a0952a5be4 (diff) | |
download | haskell-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.hs | 2 |
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 |