From: panne Date: Fri, 24 Mar 2000 11:17:31 +0000 (+0000) Subject: [project @ 2000-03-24 11:17:31 by panne] X-Git-Tag: Approximately_9120_patches~4909 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b53e4f015884adcf8774b52b10665a730ec9f371;p=ghc-hetmet.git [project @ 2000-03-24 11:17:31 by panne] Added missing import for Outputable Kind. --- diff --git a/ghc/compiler/hsSyn/HsCore.lhs b/ghc/compiler/hsSyn/HsCore.lhs index 1837027..f682752 100644 --- a/ghc/compiler/hsSyn/HsCore.lhs +++ b/ghc/compiler/hsSyn/HsCore.lhs @@ -30,6 +30,7 @@ import Demand ( Demand ) import Literal ( Literal ) import PrimOp ( CCall, pprCCallOp ) import Type ( Kind ) +import PprType ( {- instance Outputable Kind -} ) import CostCentre import SrcLoc ( SrcLoc ) import Outputable