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