summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeGen.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/ByteCodeGen.lhs
parentfb127a99c6f69dd13e2cd8add01eb3a726fa2f76 (diff)
downloadhaskell-1c2f89535394958f75cfb15c8c5e0433a20953ed.tar.gz
refactoring and fixing the stage 2 compilation
Diffstat (limited to 'compiler/ghci/ByteCodeGen.lhs')
-rw-r--r--compiler/ghci/ByteCodeGen.lhs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghci/ByteCodeGen.lhs b/compiler/ghci/ByteCodeGen.lhs
index e8df54c7c6..8cbf5d0310 100644
--- a/compiler/ghci/ByteCodeGen.lhs
+++ b/compiler/ghci/ByteCodeGen.lhs
@@ -39,6 +39,7 @@ import Unique
import FastString
import Panic
import SMRep
+import ClosureInfo
import Bitmap
import OrdList
import Constants