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

ghc/compiler/simplCore/SimplPgm.lhs

index c68a4d7..cbd9de7 100644 (file)
@@ -22,7 +22,7 @@ import Id             ( mkIdEnv, lookupIdEnv, SYN_IE(IdEnv),
 import Maybes          ( catMaybes )
 import OccurAnal       ( occurAnalyseBinds )
 import Pretty          ( Doc, vcat, hcat, int, char, text, ptext, empty )
-import PprStyle         ( PprStyle(..) )   -- added SOF
+import Outputable       ( PprStyle(..) )   -- added SOF
 import PprCore          ( pprCoreBinding ) -- added SOF
 import SimplEnv
 import SimplMonad