From: sof Date: Mon, 26 May 1997 03:07:50 +0000 (+0000) Subject: [project @ 1997-05-26 03:07:50 by sof] X-Git-Tag: Approximately_1000_patches_recorded~528 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=34f1a9deb2c001513c3e46c0b41c8d514f1ea580;p=ghc-hetmet.git [project @ 1997-05-26 03:07:50 by sof] Updated to reflect move of PprStyle to Outputable --- 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}