diff options
Diffstat (limited to 'compiler/codeGen/StgCmmClosure.hs')
-rw-r--r-- | compiler/codeGen/StgCmmClosure.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmClosure.hs b/compiler/codeGen/StgCmmClosure.hs index 74de2d8756..437219bf45 100644 --- a/compiler/codeGen/StgCmmClosure.hs +++ b/compiler/codeGen/StgCmmClosure.hs @@ -71,7 +71,7 @@ import GhcPrelude import StgSyn import SMRep import Cmm -import PprCmmExpr() +import PprCmmExpr() -- For Outputable instances import CostCentre import BlockId |