[project @ 1997-05-26 01:03:50 by sof]
authorsof <unknown>
Mon, 26 May 1997 01:03:50 +0000 (01:03 +0000)
committersof <unknown>
Mon, 26 May 1997 01:03:50 +0000 (01:03 +0000)
Updated imports

ghc/compiler/utils/Ubiq.lhi

index bdff763..4f6d3c6 100644 (file)
@@ -6,6 +6,7 @@ interface Ubiq where
 --import PreludePS(_PackedString)
 import FastString(FastString)
 
+import BasicTypes      ( Module(..), Arity(..) )
 import Bag             ( Bag )
 import BinderInfo      ( BinderInfo )
 import CgBindery       ( CgIdInfo )
@@ -31,9 +32,8 @@ import Literal                ( Literal )
 import MachRegs                ( Reg )
 import Maybes          ( MaybeErr )
 import MatchEnv        ( MatchEnv )
-import Name            ( Module(..), OccName, Name, ExportFlag, NamedThing(..) )
-import Outputable      ( Outputable(..) )
-import PprStyle                ( PprStyle )
+import Name            ( OccName, Name, ExportFlag, NamedThing(..) )
+import Outputable      ( Outputable(..), PprStyle )
 import PragmaInfo      ( PragmaInfo )
 import Pretty          ( Doc )
 import PrimOp          ( PrimOp )
@@ -41,7 +41,7 @@ import PrimRep                ( PrimRep )
 import SMRep           ( SMRep )
 import SrcLoc          ( SrcLoc )
 import TcType          ( TcMaybe )
-import TyCon           ( TyCon, Arity(..) )
+import TyCon           ( TyCon )
 import TyVar           ( GenTyVar, TyVar(..) )
 import Type            ( GenType, Type(..) )
 import UniqFM          ( UniqFM, Uniquable(..) )