summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeAsm.lhs
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-08-24 16:15:50 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-08-25 11:12:34 +0100
commit1c2f89535394958f75cfb15c8c5e0433a20953ed (patch)
treeba3679f30d8185bae6426772cc899b24527c1595 /compiler/ghci/ByteCodeAsm.lhs
parentfb127a99c6f69dd13e2cd8add01eb3a726fa2f76 (diff)
downloadhaskell-1c2f89535394958f75cfb15c8c5e0433a20953ed.tar.gz
refactoring and fixing the stage 2 compilation
Diffstat (limited to 'compiler/ghci/ByteCodeAsm.lhs')
-rw-r--r--compiler/ghci/ByteCodeAsm.lhs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghci/ByteCodeAsm.lhs b/compiler/ghci/ByteCodeAsm.lhs
index 2ec6555a54..2920b84822 100644
--- a/compiler/ghci/ByteCodeAsm.lhs
+++ b/compiler/ghci/ByteCodeAsm.lhs
@@ -30,6 +30,7 @@ import PrimOp
import Constants
import FastString
import SMRep
+import ClosureInfo -- CgRep stuff
import DynFlags
import Outputable
import Platform