[project @ 2001-06-04 16:46:00 by simonpj]
authorsimonpj <unknown>
Mon, 4 Jun 2001 16:46:00 +0000 (16:46 +0000)
committersimonpj <unknown>
Mon, 4 Jun 2001 16:46:00 +0000 (16:46 +0000)
Import wibbles

ghc/compiler/ilxGen/IlxGen.lhs
ghc/compiler/parser/ParseUtil.lhs

index ad36bac..1e0ceeb 100644 (file)
@@ -43,7 +43,7 @@ import Outputable
 import Char            ( ord )
 import List            ( partition, elem, insertBy,any  )
 import UniqSet
-import {-# SOURCE #-}  PprType( pprType )      -- Only called in debug messages
+import PprType         ( pprType )     -- Only called in debug messages
 
 import TysPrim  ( foreignObjPrimTyCon, weakPrimTyCon, byteArrayPrimTyCon, mutableByteArrayPrimTyCon )
 
index 47381dc..73358bf 100644 (file)
@@ -38,12 +38,10 @@ import RdrHsSyn             ( RdrBinding(..),
                        )
 import RdrName
 import PrelNames       ( unitTyCon_RDR )
-import ForeignCall     ( CCallConv(..) )
 import OccName         ( dataName, varName, tcClsName,
                          occNameSpace, setOccNameSpace, occNameUserString )
 import CStrings                ( CLabelString )
 import FastString      ( unpackFS )
-import UniqFM          ( UniqFM, listToUFM )
 import Outputable
 
 -----------------------------------------------------------------------------