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

ghc/compiler/deSugar/Desugar.lhs

index 9b4bfc0..a967bc0 100644 (file)
@@ -36,7 +36,7 @@ import CoreLift               ( liftCoreBindings )
 import CoreLint                ( lintCoreBindings )
 import Id              ( nullIdEnv, mkIdEnv, idType, 
                          SYN_IE(DictVar), GenId, SYN_IE(Id) )
-import PprStyle                ( PprStyle(..) )
+import Outputable      ( PprStyle(..) )
 import UniqSupply      ( splitUniqSupply, UniqSupply )
 \end{code}