From c7eeb7113387ae4d3adc5a02eba441de335a9031 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 5 Feb 2002 14:42:08 +0000 Subject: [PATCH] [project @ 2002-02-05 14:39:24 by simonpj] Imports only --- ghc/compiler/absCSyn/AbsCUtils.lhs | 2 +- ghc/compiler/absCSyn/PprAbsC.lhs | 1 - ghc/compiler/codeGen/CgHeapery.lhs | 4 ++-- ghc/compiler/main/DriverMkDepend.hs | 3 +-- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ghc/compiler/absCSyn/AbsCUtils.lhs b/ghc/compiler/absCSyn/AbsCUtils.lhs index 923005b..52e1085 100644 --- a/ghc/compiler/absCSyn/AbsCUtils.lhs +++ b/ghc/compiler/absCSyn/AbsCUtils.lhs @@ -38,7 +38,7 @@ import Outputable import Panic ( panic ) import FastTypes -import Maybe ( isJust, maybeToList ) +import Maybe ( isJust ) infixr 9 `thenFlt` \end{code} diff --git a/ghc/compiler/absCSyn/PprAbsC.lhs b/ghc/compiler/absCSyn/PprAbsC.lhs index 3d322db..ce22e15 100644 --- a/ghc/compiler/absCSyn/PprAbsC.lhs +++ b/ghc/compiler/absCSyn/PprAbsC.lhs @@ -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, diff --git a/ghc/compiler/codeGen/CgHeapery.lhs b/ghc/compiler/codeGen/CgHeapery.lhs index f270795..ebc5101 100644 --- a/ghc/compiler/codeGen/CgHeapery.lhs +++ b/ghc/compiler/codeGen/CgHeapery.lhs @@ -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 diff --git a/ghc/compiler/main/DriverMkDepend.hs b/ghc/compiler/main/DriverMkDepend.hs index d1673ff..5a2f629 100644 --- a/ghc/compiler/main/DriverMkDepend.hs +++ b/ghc/compiler/main/DriverMkDepend.hs @@ -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(..) ) -- 1.7.10.4