From 4ad87b671ef37b3e6acb00babc991e8ae5fec9ef Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 02:31:31 +0000 Subject: [PATCH] [project @ 1997-05-26 02:31:31 by sof] Updated imports --- ghc/compiler/stgSyn/StgSyn.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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-} ) -- 1.7.10.4