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