Repository : ssh://darcs.haskell.org//srv/darcs/packages/integer-simple On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d13477faa2e64ab88dc87db777403a80049e0cc9 >--------------------------------------------------------------- commit d13477faa2e64ab88dc87db777403a80049e0cc9 Author: Ian Lynagh <[email protected]> Date: Fri Jul 29 21:26:18 2011 +0100 Remove -Werror from the cabal file >--------------------------------------------------------------- integer-simple.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/integer-simple.cabal b/integer-simple.cabal index df52310..1b2478c 100644 --- a/integer-simple.cabal +++ b/integer-simple.cabal @@ -25,5 +25,5 @@ Library { NoImplicitPrelude -- We need to set the package name to integer-simple -- (without a version number) as it's magic. - ghc-options: -package-name integer-simple -Wall -Werror + ghc-options: -package-name integer-simple -Wall } _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
