[project @ 1997-05-26 04:58:32 by sof]
authorsof <unknown>
Mon, 26 May 1997 04:58:32 +0000 (04:58 +0000)
committersof <unknown>
Mon, 26 May 1997 04:58:32 +0000 (04:58 +0000)
Updated imports

ghc/compiler/basicTypes/PprEnv.lhs

index a235066..2c4dd1f 100644 (file)
@@ -32,7 +32,7 @@ import UniqFM         ( emptyUFM, UniqFM )
 import Util            ( panic )
 #if __GLASGOW_HASKELL__ >= 202
 IMPORT_DELOOPER(TyLoop)
-import PprStyle         ( PprStyle )
+import Outputable       ( PprStyle )
 import Literal          ( Literal )
 import Usage            ( GenUsage, SYN_IE(Usage) )
 import {-# SOURCE #-}   PrimOp (PrimOp)