From 34f1a9deb2c001513c3e46c0b41c8d514f1ea580 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 03:07:50 +0000 Subject: [PATCH] [project @ 1997-05-26 03:07:50 by sof] Updated to reflect move of PprStyle to Outputable --- ghc/compiler/simplCore/SimplMonad.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/compiler/simplCore/SimplMonad.lhs b/ghc/compiler/simplCore/SimplMonad.lhs index cdcdca8..b06120f 100644 --- a/ghc/compiler/simplCore/SimplMonad.lhs +++ b/ghc/compiler/simplCore/SimplMonad.lhs @@ -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} -- 1.7.10.4