[project @ 1997-05-26 01:02:40 by sof]
authorsof <unknown>
Mon, 26 May 1997 01:03:00 +0000 (01:03 +0000)
committersof <unknown>
Mon, 26 May 1997 01:03:00 +0000 (01:03 +0000)
Updated to reflect move of PprStyle to Outputable

ghc/compiler/utils/UniqFM.lhs
ghc/compiler/utils/UniqSet.lhs

index 48be3f6..2967032 100644 (file)
@@ -62,8 +62,7 @@ IMP_Ubiq()
 import Unique          ( Unique, u2i, mkUniqueGrimily )
 import Util
 import Pretty          ( Doc )
-import Outputable      ( Outputable(..) )
-import PprStyle                ( PprStyle )
+import Outputable      ( PprStyle, Outputable(..) )
 import SrcLoc          ( SrcLoc )
 
 #if ! OMIT_NATIVE_CODEGEN
index 68cf4b6..3dc014e 100644 (file)
@@ -26,9 +26,8 @@ import Maybes         ( maybeToBool )
 import UniqFM
 import Unique          ( Unique )
 import SrcLoc          ( SrcLoc )
-import Outputable      ( Outputable(..) )
+import Outputable      ( PprStyle, Outputable(..) )
 import Pretty          ( Doc )
-import PprStyle                ( PprStyle )
 import Util            ( Ord3(..) )
 
 #if ! OMIT_NATIVE_CODEGEN