summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgProf.hs
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-07-04 13:51:17 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-07-04 13:51:17 +0000
commit8281859e406c3f70dff869b913a37f883ac77679 (patch)
treed0805eec8144075c478b7e0c3d43356edc1dc818 /compiler/codeGen/CgProf.hs
parentf38d627162c08a598ab07a1f3dcc2ee39ca0936c (diff)
downloadhaskell-8281859e406c3f70dff869b913a37f883ac77679.tar.gz
unused imports
Diffstat (limited to 'compiler/codeGen/CgProf.hs')
-rw-r--r--compiler/codeGen/CgProf.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/codeGen/CgProf.hs b/compiler/codeGen/CgProf.hs
index 1488e34956..eee1083fca 100644
--- a/compiler/codeGen/CgProf.hs
+++ b/compiler/codeGen/CgProf.hs
@@ -43,12 +43,12 @@ import MachOp
import CmmUtils ( zeroCLit, mkIntCLit, mkLblExpr )
import CLabel ( mkCCLabel, mkCCSLabel, mkRtsDataLabel )
-import Module ( moduleString )
+import Module ( pprModule )
import Id ( Id )
import CostCentre
import StgSyn ( GenStgExpr(..), StgExpr )
import StaticFlags ( opt_SccProfilingOn )
-import FastString ( FastString, mkFastString, LitString )
+import FastString ( FastString )
import Constants -- Lots of field offsets
import Outputable