[commit: vector] master: Bump version (c514e30)
Ian Lynagh
igloo at earth.li
Sat Oct 15 02:47:36 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c514e308678f59abef3f29bed457f11e556977d1
>---------------------------------------------------------------
commit c514e308678f59abef3f29bed457f11e556977d1
Author: Roman Leshchinskiy <rl at cse.unsw.edu.au>
Date: Thu Oct 13 20:44:47 2011 +0000
Bump version
>---------------------------------------------------------------
benchmarks/vector-benchmarks.cabal | 4 ++--
tests/vector-tests.cabal | 4 ++--
vector.cabal | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/benchmarks/vector-benchmarks.cabal b/benchmarks/vector-benchmarks.cabal
index f13aae4..6542ea7 100644
--- a/benchmarks/vector-benchmarks.cabal
+++ b/benchmarks/vector-benchmarks.cabal
@@ -1,5 +1,5 @@
Name: vector-benchmarks
-Version: 0.8
+Version: 0.9.1
License: BSD3
License-File: LICENSE
Author: Roman Leshchinskiy <rl at cse.unsw.edu.au>
@@ -14,7 +14,7 @@ Executable algorithms
Build-Depends: base >= 2 && < 5, array,
criterion >= 0.5 && < 0.6,
mwc-random >= 0.5 && < 0.11,
- vector == 0.8
+ vector == 0.9.1
if impl(ghc<6.13)
Ghc-Options: -finline-if-enough-args -fno-method-sharing
diff --git a/tests/vector-tests.cabal b/tests/vector-tests.cabal
index ac120d9..6b3f13a 100644
--- a/tests/vector-tests.cabal
+++ b/tests/vector-tests.cabal
@@ -1,5 +1,5 @@
Name: vector-tests
-Version: 0.8
+Version: 0.9.1
License: BSD3
License-File: LICENSE
Author: Max Bolingbroke, Roman Leshchinskiy
@@ -18,7 +18,7 @@ Build-Type: Simple
Executable "vector-tests-O0"
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
diff --git a/vector.cabal b/vector.cabal
index 7bf9870..6f8818e 100644
--- a/vector.cabal
+++ b/vector.cabal
@@ -1,5 +1,5 @@
Name: vector
-Version: 0.9
+Version: 0.9.1
License: BSD3
License-File: LICENSE
Author: Roman Leshchinskiy <rl at cse.unsw.edu.au>
More information about the Cvs-libraries
mailing list