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

ghc/compiler/utils/FiniteMap.lhs

index 27fda94..37243a4 100644 (file)
@@ -78,8 +78,7 @@ import FastString
 #endif
 import Maybes
 import Bag       ( Bag, foldrBag )
-import Outputable ( Outputable(..) )
-import PprStyle        ( PprStyle )
+import Outputable ( PprStyle, Outputable(..) )
 import Pretty  ( Doc )
 
 #ifdef COMPILING_GHC