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

ghc/compiler/simplCore/SimplMonad.lhs

index cdcdca8..b06120f 100644 (file)
@@ -36,8 +36,7 @@ import UniqSupply     ( getUnique, getUniques, splitUniqSupply,
                        )
 import Util            ( zipWithEqual, panic, SYN_IE(Eager), appEager, pprTrace )
 import Pretty
-import PprStyle
-import Outputable      ( Outputable(..) )
+import Outputable      ( PprStyle(..), Outputable(..) )
 
 infixr 9  `thenSmpl`, `thenSmpl_`
 \end{code}