diff options
Diffstat (limited to 'compiler/codeGen/CgStackery.lhs')
-rw-r--r-- | compiler/codeGen/CgStackery.lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/codeGen/CgStackery.lhs b/compiler/codeGen/CgStackery.lhs index 0d45b6eb90..e6024e7410 100644 --- a/compiler/codeGen/CgStackery.lhs +++ b/compiler/codeGen/CgStackery.lhs @@ -25,6 +25,7 @@ module CgStackery ( import CgMonad import CgUtils import CgProf +import ClosureInfo( CgRep(..), cgRepSizeW ) import SMRep import OldCmm import OldCmmUtils |