Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/aee660636a705d7cb1a082b032fb90e7fafbcf71

>---------------------------------------------------------------

commit aee660636a705d7cb1a082b032fb90e7fafbcf71
Author: Roman Leshchinskiy <[email protected]>
Date:   Thu Jun 23 20:04:16 2011 +0000

    Bump version number

>---------------------------------------------------------------

 benchmarks/vector-benchmarks.cabal |    4 ++--
 vector.cabal                       |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/benchmarks/vector-benchmarks.cabal 
b/benchmarks/vector-benchmarks.cabal
index 22995ec..c27eb12 100644
--- a/benchmarks/vector-benchmarks.cabal
+++ b/benchmarks/vector-benchmarks.cabal
@@ -1,5 +1,5 @@
 Name:           vector-benchmarks
-Version:        0.7.1
+Version:        0.7.2
 License:        BSD3
 License-File:   LICENSE
 Author:         Roman Leshchinskiy <[email protected]>
@@ -14,7 +14,7 @@ Executable algorithms
   Build-Depends: base >= 2 && < 5, array,
                  criterion >= 0.5 && < 0.6,
                  mwc-random >= 0.5 && < 0.9,
-                 vector == 0.7.1
+                 vector == 0.7.2
 
   if impl(ghc<6.13)
     Ghc-Options: -finline-if-enough-args -fno-method-sharing
diff --git a/vector.cabal b/vector.cabal
index da43501..5bc267f 100644
--- a/vector.cabal
+++ b/vector.cabal
@@ -1,5 +1,5 @@
 Name:           vector
-Version:        0.7.1
+Version:        0.7.2
 License:        BSD3
 License-File:   LICENSE
 Author:         Roman Leshchinskiy <[email protected]>



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to