From: sof Date: Mon, 26 May 1997 02:40:17 +0000 (+0000) Subject: [project @ 1997-05-26 02:40:17 by sof] X-Git-Tag: Approximately_1000_patches_recorded~530 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7d94f5bc0df88f89ed2a66912d77020c886c111c;p=ghc-hetmet.git [project @ 1997-05-26 02:40:17 by sof] Updated to reflect move of PprStyle to Outputable --- diff --git a/ghc/compiler/simplCore/SimplVar.lhs b/ghc/compiler/simplCore/SimplVar.lhs index e998ab1..250a66a 100644 --- a/ghc/compiler/simplCore/SimplVar.lhs +++ b/ghc/compiler/simplCore/SimplVar.lhs @@ -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