Repository : ssh://darcs.haskell.org//srv/darcs/packages/pretty On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9a548eb2f5b0ca6a4e3f18b83f5fb88e56aad9e5 >--------------------------------------------------------------- commit 9a548eb2f5b0ca6a4e3f18b83f5fb88e56aad9e5 Author: Max Bolingbroke <[email protected]> Date: Wed Mar 7 15:23:43 2012 +0000 Fix cabal-file warnings reported by 'cabal check' that caused GHC validate to fail >--------------------------------------------------------------- pretty.cabal | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pretty.cabal b/pretty.cabal index 6639df4..cdab4c0 100644 --- a/pretty.cabal +++ b/pretty.cabal @@ -19,7 +19,7 @@ bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries stability: Stable build-type: Simple Extra-Source-Files: README CHANGELOG -Cabal-Version: >= 1.6 +Cabal-Version: >= 1.8 source-repository head type: git @@ -32,7 +32,7 @@ Library Text.PrettyPrint.HughesPJ build-depends: base >= 3 && < 5 extensions: CPP, BangPatterns - ghc-options: -Wall -Werror -O -fwarn-tabs + ghc-options: -Wall -fwarn-tabs Test-Suite test-pretty type: exitcode-stdio-1.0 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
