Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d2b399d0bb891eea64e9c01c6e61cac557970b4a >--------------------------------------------------------------- commit d2b399d0bb891eea64e9c01c6e61cac557970b4a Author: Roman Leshchinskiy <[email protected]> Date: Sat Aug 27 23:18:17 2011 +0000 Resolve conflict with stray patch >--------------------------------------------------------------- tests/vector-tests.cabal | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/vector-tests.cabal b/tests/vector-tests.cabal index 4cecc3b..112fc94 100644 --- a/tests/vector-tests.cabal +++ b/tests/vector-tests.cabal @@ -1,5 +1,5 @@ Name: vector-tests -Version: 0.6.0.1 +Version: 0.8 License: BSD3 License-File: LICENSE Author: Max Bolingbroke, Roman Leshchinskiy @@ -32,7 +32,13 @@ Executable "vector-tests-O0" TypeFamilies, TemplateHaskell - Build-Depends: base >= 4 && < 5, template-haskell, vector == 0.6.0.1, + Ghc-Options: -O0 + Ghc-Options: -Wall -fno-warn-orphans -fno-warn-missing-signatures + +Executable "vector-tests-O2" + Main-Is: Main.hs + + Build-Depends: base >= 4 && < 5, template-haskell, vector == 0.8, random, QuickCheck >= 2, test-framework, test-framework-quickcheck2 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
