[commit: vector] master: Bump version to 0.8 (f6d2753)
Ian Lynagh
igloo at earth.li
Sun Aug 28 14:31:09 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f6d27537f262f5ab482188314039a1e3d2308baa
>---------------------------------------------------------------
commit f6d27537f262f5ab482188314039a1e3d2308baa
Author: Roman Leshchinskiy <rl at cse.unsw.edu.au>
Date: Fri Aug 26 22:32:36 2011 +0000
Bump version to 0.8
>---------------------------------------------------------------
benchmarks/vector-benchmarks.cabal | 4 +-
vector.cabal | 44 +----------------------------------
2 files changed, 4 insertions(+), 44 deletions(-)
diff --git a/benchmarks/vector-benchmarks.cabal b/benchmarks/vector-benchmarks.cabal
index 7d996f5..f13aae4 100644
--- a/benchmarks/vector-benchmarks.cabal
+++ b/benchmarks/vector-benchmarks.cabal
@@ -1,5 +1,5 @@
Name: vector-benchmarks
-Version: 0.7.2
+Version: 0.8
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.7.2
+ vector == 0.8
if impl(ghc<6.13)
Ghc-Options: -finline-if-enough-args -fno-method-sharing
diff --git a/vector.cabal b/vector.cabal
index 3d07598..dfe8873 100644
--- a/vector.cabal
+++ b/vector.cabal
@@ -1,5 +1,5 @@
Name: vector
-Version: 0.7.2
+Version: 0.8
License: BSD3
License-File: LICENSE
Author: Roman Leshchinskiy <rl at cse.unsw.edu.au>
@@ -38,7 +38,7 @@ Description:
.
* <http://trac.haskell.org/vector>
.
- Changes in version 0.7.2
+ Changes in version 0.8
.
* New functions: @constructN@, @constructrN@
.
@@ -58,46 +58,6 @@ Description:
.
* Performance improvements
.
- Changes in version 0.7.1
- .
- * New functions: @iterateN@, @splitAt@
- .
- * New monadic operations: @generateM@, @sequence@, @foldM_@ and
- variants
- .
- * New functions for copying potentially overlapping arrays: @move@,
- @unsafeMove@
- .
- * Specialisations of various monadic operations for primitive monads
- .
- * Unsafe casts for Storable vectors
- .
- * Efficiency improvements
- .
- Changes in version 0.7.0.1
- .
- * Dependency on package ghc removed
- .
- Changes in version 0.7
- .
- * New functions for freezing, copying and thawing vectors: @freeze@,
- @thaw@, @unsafeThaw@ and @clone@
- .
- * @newWith@ and @newUnsafeWith@ on mutable vectors replaced by
- @replicate@
- .
- * New function: @concat@
- .
- * New function for safe indexing: @(!?)@
- .
- * @Monoid@ instances for all vector types
- .
- * Significant recycling and fusion improvements
- .
- * Bug fixes
- .
- * Support for GHC 7.0
- .
Cabal-Version: >= 1.2.3
Build-Type: Simple
More information about the Cvs-libraries
mailing list