From: simonpj@microsoft.com Date: Wed, 1 Feb 2006 10:55:44 +0000 (+0000) Subject: Yet another fix to an old hi-boot-6 file X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=5ca2f4dd447e8961e2ae09c0a45f4bd45d015411 Yet another fix to an old hi-boot-6 file --- diff --git a/ghc/compiler/typecheck/TcMatches.hi-boot-6 b/ghc/compiler/typecheck/TcMatches.hi-boot-6 index 4c4dbf7..fb723a4 100644 --- a/ghc/compiler/typecheck/TcMatches.hi-boot-6 +++ b/ghc/compiler/typecheck/TcMatches.hi-boot-6 @@ -7,4 +7,4 @@ tcGRHSsPat :: HsExpr.GRHSs Name.Name tcMatchesFun :: Name.Name -> HsExpr.MatchGroup Name.Name -> TcType.BoxyRhoType - -> TcRnTypes.TcM (HsExpr.MatchGroup Var.Id) + -> TcRnTypes.TcM (HsBinds.ExprCoFn, HsExpr.MatchGroup Var.Id)