[project @ 2002-03-15 16:08:16 by simonpj]
authorsimonpj <unknown>
Fri, 15 Mar 2002 16:08:16 +0000 (16:08 +0000)
committersimonpj <unknown>
Fri, 15 Mar 2002 16:08:16 +0000 (16:08 +0000)
Import wibbles

ghc/compiler/basicTypes/Name.lhs
ghc/compiler/types/PprType.lhs

index 816b87b..7ff32cb 100644 (file)
@@ -35,8 +35,7 @@ module Name (
 
 import OccName         -- All of it
 import Module          ( Module, moduleName, mkVanillaModule, isHomeModule )
-import RdrName         ( RdrName, mkRdrOrig, mkRdrUnqual, rdrNameOcc,
-                         rdrNameModule, mkRdrQual )
+import RdrName         ( RdrName, mkRdrOrig, mkRdrUnqual, rdrNameOcc, rdrNameModule )
 import CmdLineOpts     ( opt_Static )
 import SrcLoc          ( builtinSrcLoc, noSrcLoc, SrcLoc )
 import Unique          ( Unique, Uniquable(..), u2i, pprUnique )
index c8edc3e..01ee250 100644 (file)
@@ -18,9 +18,8 @@ module PprType(
 
 -- friends:
 -- (PprType can see all the representations it's trying to print)
-import TypeRep         ( Type(..), TyNote(..), 
-                         Kind, liftedTypeKind ) -- friend
-import Type            ( SourceType(..), eqKind )
+import TypeRep         ( Type(..), TyNote(..), Kind  ) -- friend
+import Type            ( SourceType(..) )
 import TcType          ( ThetaType, PredType,
                          tcSplitSigmaTy, isPredTy, isDictTy,
                          tcSplitTyConApp_maybe, tcSplitFunTy_maybe