diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-08-24 16:15:50 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-08-25 11:12:34 +0100 |
commit | 1c2f89535394958f75cfb15c8c5e0433a20953ed (patch) | |
tree | ba3679f30d8185bae6426772cc899b24527c1595 /compiler/ghci/ByteCodeGen.lhs | |
parent | fb127a99c6f69dd13e2cd8add01eb3a726fa2f76 (diff) | |
download | haskell-1c2f89535394958f75cfb15c8c5e0433a20953ed.tar.gz |
refactoring and fixing the stage 2 compilation
Diffstat (limited to 'compiler/ghci/ByteCodeGen.lhs')
-rw-r--r-- | compiler/ghci/ByteCodeGen.lhs | 1 |
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 |