From: sof Date: Mon, 26 May 1997 02:31:31 +0000 (+0000) Subject: [project @ 1997-05-26 02:31:31 by sof] X-Git-Tag: Approximately_1000_patches_recorded~536 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4ad87b671ef37b3e6acb00babc991e8ae5fec9ef;p=ghc-hetmet.git [project @ 1997-05-26 02:31:31 by sof] Updated imports --- diff --git a/ghc/compiler/stgSyn/StgSyn.lhs b/ghc/compiler/stgSyn/StgSyn.lhs index 6242369..59db2d8 100644 --- a/ghc/compiler/stgSyn/StgSyn.lhs +++ b/ghc/compiler/stgSyn/StgSyn.lhs @@ -43,10 +43,10 @@ import CostCentre ( showCostCentre, CostCentre ) import Id ( idPrimRep, SYN_IE(DataCon), GenId{-instance NamedThing-}, SYN_IE(Id) ) import Literal ( literalPrimRep, isLitLitLit, Literal{-instance Outputable-} ) -import Outputable ( ifPprDebug, interppSP, interpp'SP, +import Outputable ( PprStyle(..), userStyle, + ifPprDebug, interppSP, interpp'SP, Outputable(..){-instance * Bool-} ) -import PprStyle ( PprStyle(..), userStyle ) import PprType ( GenType{-instance Outputable-} ) import Pretty -- all of it import PrimOp ( PrimOp{-instance Outputable-} )