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/ByteCodeAsm.lhs | |
parent | fb127a99c6f69dd13e2cd8add01eb3a726fa2f76 (diff) | |
download | haskell-1c2f89535394958f75cfb15c8c5e0433a20953ed.tar.gz |
refactoring and fixing the stage 2 compilation
Diffstat (limited to 'compiler/ghci/ByteCodeAsm.lhs')
-rw-r--r-- | compiler/ghci/ByteCodeAsm.lhs | 1 |
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 |