[project @ 1997-05-26 04:03:01 by sof]
authorsof <unknown>
Mon, 26 May 1997 04:03:01 +0000 (04:03 +0000)
committersof <unknown>
Mon, 26 May 1997 04:03:01 +0000 (04:03 +0000)
Updated with new home for PprStyle

ghc/compiler/rename/RnHsSyn.lhs

index 5d8e019..362a810 100644 (file)
@@ -16,9 +16,9 @@ import HsPragmas
 #endif
 
 import Id              ( GenId, SYN_IE(Id) )
+import BasicTypes      ( NewOrData )
 import Name            ( Name )
-import Outputable      ( Outputable(..){-instance * []-} )
-import PprStyle                ( PprStyle(..) )
+import Outputable      ( PprStyle(..), Outputable(..){-instance * []-} )
 import PprType         ( GenType, GenTyVar, TyCon )
 import Pretty
 import Name            ( SYN_IE(NameSet), unitNameSet, mkNameSet, minusNameSet, unionNameSets, emptyNameSet )