Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-defer
http://hackage.haskell.org/trac/ghc/changeset/735ba6f4cfa28a71e8e6653365f89c583ab4f828 >--------------------------------------------------------------- commit 735ba6f4cfa28a71e8e6653365f89c583ab4f828 Author: Jose Pedro Magalhaes <[email protected]> Date: Tue Nov 29 15:07:46 2011 +0000 Implement -fwarn-type-errors compiler/deSugar/DsBinds.lhs | 5 + compiler/main/DynFlags.hs | 4 +- compiler/main/ErrUtils.lhs | 10 + compiler/typecheck/TcCanonical.lhs | 55 ++++-- compiler/typecheck/TcErrors.lhs | 333 +++++++++++++++++++++++------------- compiler/typecheck/TcEvidence.lhs | 19 ++- compiler/typecheck/TcHsSyn.lhs | 3 + compiler/typecheck/TcRnDriver.lhs | 2 +- compiler/typecheck/TcRnMonad.lhs | 26 +++- compiler/typecheck/TcSimplify.lhs | 125 ++++++++++---- compiler/typecheck/TcUnify.lhs | 5 +- 11 files changed, 397 insertions(+), 190 deletions(-) Diff suppressed because of size. To see it, use: git show 735ba6f4cfa28a71e8e6653365f89c583ab4f828 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
