From 2def20b29cc879a1a98ff6d8657e8784ee0080fa Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 02:57:02 +0000 Subject: [PATCH] [project @ 1997-05-26 02:57:02 by sof] Updated to reflect move of PprStyle to Outputable --- ghc/compiler/simplCore/SimplPgm.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4