[project @ 1997-06-05 20:37:54 by sof]
authorsof <unknown>
Thu, 5 Jun 1997 20:37:54 +0000 (20:37 +0000)
committersof <unknown>
Thu, 5 Jun 1997 20:37:54 +0000 (20:37 +0000)
updated imports

ghc/compiler/profiling/SCCfinal.lhs

index dbf31b0..9995b92 100644 (file)
@@ -36,13 +36,12 @@ import CmdLineOpts  ( opt_AutoSccsOnIndividualCafs,
                        )
 import CostCentre      -- lots of things
 import Id              ( idType, mkSysLocal, emptyIdSet, SYN_IE(Id) )
-import Maybes          ( maybeToBool )
 import SrcLoc          ( noSrcLoc )
 import Type            ( splitSigmaTy, getFunTy_maybe )
 import UniqSupply      ( getUnique, splitUniqSupply, UniqSupply )
 import Unique           ( Unique )
 import Util            ( removeDups, assertPanic )
-import Outputable      -- ToDo: rm
+import Outputable      
 
 infixr 9 `thenMM`, `thenMM_`
 \end{code}