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

ghc/compiler/simplCore/SimplVar.lhs

index e998ab1..250a66a 100644 (file)
@@ -31,7 +31,7 @@ import SpecEnv                ( SpecEnv, lookupSpecEnv )
 import IdInfo          ( DeforestInfo(..) )
 import Literal         ( isNoRepLit )
 import MagicUFs                ( applyMagicUnfoldingFun, MagicUnfoldingFun )
-import PprStyle                ( PprStyle(..) )
+import Outputable      ( PprStyle(..) )
 import PprType         ( GenType{-instance Outputable-} )
 import SimplEnv
 import SimplMonad