[commit: vector] simd: Bump version (20b94f6)
Geoffrey Mainland
gmainlan at ghc.haskell.org
Fri Jul 19 14:23:16 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : simd
http://hackage.haskell.org/trac/ghc/changeset/20b94f6fc56cf6a67ee10ec9eaba6a17b956b892
>---------------------------------------------------------------
commit 20b94f6fc56cf6a67ee10ec9eaba6a17b956b892
Author: Roman Leshchinskiy <rl at cse.unsw.edu.au>
Date: Sat Dec 31 13:43:14 2011 +0000
Bump version
>---------------------------------------------------------------
benchmarks/vector-benchmarks.cabal | 4 ++--
tests/vector-tests.cabal | 6 +++---
vector.cabal | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/benchmarks/vector-benchmarks.cabal b/benchmarks/vector-benchmarks.cabal
index 6542ea7..bf1214f 100644
--- a/benchmarks/vector-benchmarks.cabal
+++ b/benchmarks/vector-benchmarks.cabal
@@ -1,5 +1,5 @@
Name: vector-benchmarks
-Version: 0.9.1
+Version: 0.9.2
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.9.1
+ vector == 0.9.2
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 130f00b..575c7ec 100644
--- a/tests/vector-tests.cabal
+++ b/tests/vector-tests.cabal
@@ -1,5 +1,5 @@
Name: vector-tests
-Version: 0.9.1
+Version: 0.9.2
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.9.1,
+ Build-Depends: base >= 4 && < 5, template-haskell, vector == 0.9.2,
random,
QuickCheck >= 2, test-framework, test-framework-quickcheck2
@@ -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.9.1,
+ Build-Depends: base >= 4 && < 5, template-haskell, vector == 0.9.2,
random,
QuickCheck >= 2, test-framework, test-framework-quickcheck2
diff --git a/vector.cabal b/vector.cabal
index 279aaf4..1f1053d 100644
--- a/vector.cabal
+++ b/vector.cabal
@@ -1,5 +1,5 @@
Name: vector
-Version: 0.9.1
+Version: 0.9.2
License: BSD3
License-File: LICENSE
Author: Roman Leshchinskiy <rl at cse.unsw.edu.au>
More information about the ghc-commits
mailing list