Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c0d728bfeb4ea009eae5c94ad94112fc86e2521d >--------------------------------------------------------------- commit c0d728bfeb4ea009eae5c94ad94112fc86e2521d Author: Ian Lynagh <[email protected]> Date: Sun Oct 2 19:52:50 2011 +0100 Remove a debugging -w flag >--------------------------------------------------------------- compiler/typecheck/TcMatches.lhs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/compiler/typecheck/TcMatches.lhs b/compiler/typecheck/TcMatches.lhs index 9fca9fc..bcbdb5d 100644 --- a/compiler/typecheck/TcMatches.lhs +++ b/compiler/typecheck/TcMatches.lhs @@ -6,7 +6,6 @@ TcMatches: Typecheck some @Matches@ \begin{code} -{-# OPTIONS_GHC -w #-} -- debugging module TcMatches ( tcMatchesFun, tcGRHSsPat, tcMatchesCase, tcMatchLambda, TcMatchCtxt(..), TcStmtChecker, tcStmts, tcStmtsAndThen, tcDoStmts, tcBody, _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
