From: sof Date: Thu, 5 Jun 1997 20:37:54 +0000 (+0000) Subject: [project @ 1997-06-05 20:37:54 by sof] X-Git-Tag: Approximately_1000_patches_recorded~392 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=05dda37604f681a7da0cf86a02c0095c56631ef2;p=ghc-hetmet.git [project @ 1997-06-05 20:37:54 by sof] updated imports --- diff --git a/ghc/compiler/profiling/SCCfinal.lhs b/ghc/compiler/profiling/SCCfinal.lhs index dbf31b0..9995b92 100644 --- a/ghc/compiler/profiling/SCCfinal.lhs +++ b/ghc/compiler/profiling/SCCfinal.lhs @@ -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}