[project @ 2002-02-05 14:39:24 by simonpj]
authorsimonpj <unknown>
Tue, 5 Feb 2002 14:42:08 +0000 (14:42 +0000)
committersimonpj <unknown>
Tue, 5 Feb 2002 14:42:08 +0000 (14:42 +0000)
Imports only

ghc/compiler/absCSyn/AbsCUtils.lhs
ghc/compiler/absCSyn/PprAbsC.lhs
ghc/compiler/codeGen/CgHeapery.lhs
ghc/compiler/main/DriverMkDepend.hs

index 923005b..52e1085 100644 (file)
@@ -38,7 +38,7 @@ import Outputable
 import Panic           ( panic )
 import FastTypes
 
-import Maybe           ( isJust, maybeToList )
+import Maybe           ( isJust )
 
 infixr 9 `thenFlt`
 \end{code}
index 3d322db..ce22e15 100644 (file)
@@ -26,7 +26,6 @@ import AbsCUtils      ( getAmodeRep, nonemptyAbsC,
                          mixedPtrLocn, mixedTypeLocn
                        )
 
-import Constants       ( mIN_UPD_SIZE )
 import ForeignCall     ( CCallSpec(..), CCallTarget(..), playSafe, ccallConvAttribute )
 import CLabel          ( externallyVisibleCLabel,
                          needsCDecl, pprCLabel,
index f270795..ebc5101 100644 (file)
@@ -1,7 +1,7 @@
 %
 % (c) The GRASP/AQUA Project, Glasgow University, 1992-1998
 %
-% $Id: CgHeapery.lhs,v 1.29 2001/12/12 12:19:11 simonmar Exp $
+% $Id: CgHeapery.lhs,v 1.30 2002/02/05 14:39:24 simonpj Exp $
 %
 \section[CgHeapery]{Heap management functions}
 
@@ -30,7 +30,7 @@ import ClosureInfo    ( closureSize, closureGoodStuffSize,
                        )
 import PrimRep         ( PrimRep(..), isFollowableRep )
 import Unique          ( Unique )
-import CmdLineOpts     ( opt_SccProfilingOn, opt_GranMacros )
+import CmdLineOpts     ( opt_GranMacros )
 import GlaExts
 import Outputable
 
index d1673ff..5a2f629 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- $Id: DriverMkDepend.hs,v 1.16 2001/12/04 19:26:17 sof Exp $
+-- $Id: DriverMkDepend.hs,v 1.17 2002/02/05 14:42:08 simonpj Exp $
 --
 -- GHC Driver
 --
@@ -17,7 +17,6 @@ import DriverFlags
 import SysTools                ( newTempName )
 import qualified SysTools
 import Module
-import Config
 import Module          ( isHomeModule )
 import Finder          ( findModuleDep )
 import HscTypes                ( ModuleLocation(..) )