From c02da7d1176d2165e7f9ec6f42752d456dd9fee2 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 5 Sep 2007 11:25:03 +0000 Subject: [PATCH] fix error in .hi-boot-6 --- compiler/hsSyn/HsExpr.hi-boot-6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4