diff options
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 |