From: Simon Marlow Date: Wed, 5 Sep 2007 11:25:03 +0000 (+0000) Subject: fix error in .hi-boot-6 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c02da7d1176d2165e7f9ec6f42752d456dd9fee2 fix error in .hi-boot-6 --- diff --git a/compiler/hsSyn/HsExpr.hi-boot-6 b/compiler/hsSyn/HsExpr.hi-boot-6 index 40e18ef..e16d32b 100644 --- a/compiler/hsSyn/HsExpr.hi-boot-6 +++ b/compiler/hsSyn/HsExpr.hi-boot-6 @@ -19,4 +19,4 @@ pprPatBind :: (Outputable.OutputableBndr b, Outputable.OutputableBndr i) => HsPat.LPat b -> HsExpr.GRHSs i -> Outputable.SDoc pprFunBind :: (Outputable.OutputableBndr i) => - i -> HsExpr.MatchGroup i -> Outputable.SDoc + i -> GHC.Base.Bool -> HsExpr.MatchGroup i -> Outputable.SDoc