[project @ 1997-05-26 01:17:20 by sof]
[ghc-hetmet.git] / 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