Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0d9332e5dde574a917910b99eb3e2fef97e08d01 >--------------------------------------------------------------- commit 0d9332e5dde574a917910b99eb3e2fef97e08d01 Author: Roman Leshchinskiy <[email protected]> Date: Sat Dec 31 00:21:55 2011 +0000 Fix version >--------------------------------------------------------------- tests/vector-tests.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/vector-tests.cabal b/tests/vector-tests.cabal index 6b3f13a..130f00b 100644 --- a/tests/vector-tests.cabal +++ b/tests/vector-tests.cabal @@ -38,7 +38,7 @@ Executable "vector-tests-O0" Executable "vector-tests-O2" Main-Is: Main.hs - Build-Depends: base >= 4 && < 5, template-haskell, vector == 0.8, + Build-Depends: base >= 4 && < 5, template-haskell, vector == 0.9.1, random, QuickCheck >= 2, test-framework, test-framework-quickcheck2 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
