summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmm.hs
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-08-24 11:58:43 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-08-25 11:12:33 +0100
commit4ebf65abcc94647be48216b8ea616c5a8d0b1fce (patch)
tree615d8c644737ac5538913b3e702e8a0a63499d9a /compiler/codeGen/StgCmm.hs
parent064478933d867e43e0f29a143041edabebcddd38 (diff)
downloadhaskell-4ebf65abcc94647be48216b8ea616c5a8d0b1fce.tar.gz
eliminate ConInfo
Diffstat (limited to 'compiler/codeGen/StgCmm.hs')
-rw-r--r--compiler/codeGen/StgCmm.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmm.hs b/compiler/codeGen/StgCmm.hs
index f88541a023..0928645964 100644
--- a/compiler/codeGen/StgCmm.hs
+++ b/compiler/codeGen/StgCmm.hs
@@ -24,7 +24,6 @@ import StgCmmTicky
import Cmm
import CLabel
-import PprCmm
import StgSyn
import DynFlags