From: sof Date: Mon, 26 May 1997 01:03:50 +0000 (+0000) Subject: [project @ 1997-05-26 01:03:50 by sof] X-Git-Tag: Approximately_1000_patches_recorded~579 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3ab166f885f9a2114833d213f83879497f99b209;p=ghc-hetmet.git [project @ 1997-05-26 01:03:50 by sof] Updated imports --- diff --git a/ghc/compiler/utils/Ubiq.lhi b/ghc/compiler/utils/Ubiq.lhi index bdff763..4f6d3c6 100644 --- a/ghc/compiler/utils/Ubiq.lhi +++ b/ghc/compiler/utils/Ubiq.lhi @@ -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(..) )