diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-09-12 10:43:12 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-09-12 10:43:12 +0000 |
commit | ed3d36bc20f08a90938f4d33d3494007d46bd7db (patch) | |
tree | f77f5ff06685ea43d7f9c5c13f2fc7b7fe469363 | |
parent | 334656941bbe3cb094d83756db73d1aa822cd623 (diff) | |
download | haskell-ed3d36bc20f08a90938f4d33d3494007d46bd7db.tar.gz |
update .hi-boot-6 to track .lhs-boot
-rw-r--r-- | compiler/typecheck/TcMatches.hi-boot-6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/typecheck/TcMatches.hi-boot-6 b/compiler/typecheck/TcMatches.hi-boot-6 index b32523238b..3a4865a942 100644 --- a/compiler/typecheck/TcMatches.hi-boot-6 +++ b/compiler/typecheck/TcMatches.hi-boot-6 @@ -5,6 +5,7 @@ tcGRHSsPat :: HsExpr.GRHSs Name.Name -> TcRnTypes.TcM (HsExpr.GRHSs TcRnTypes.TcId) tcMatchesFun :: Name.Name + -> GHC.Base.Bool -> HsExpr.MatchGroup Name.Name -> TcType.BoxyRhoType -> TcRnTypes.TcM (HsBinds.HsWrapper, HsExpr.MatchGroup TcRnTypes.TcId) |