Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector On branch :
http://hackage.haskell.org/trac/ghc/changeset/87bd155133a3ceb99cc4901f0b9b52334fdb7354 >--------------------------------------------------------------- commit 87bd155133a3ceb99cc4901f0b9b52334fdb7354 Author: Roman Leshchinskiy <[email protected]> Date: Wed May 11 20:29:20 2011 +0000 Bump version number and add changelog >--------------------------------------------------------------- benchmarks/vector-benchmarks.cabal | 6 +++--- vector.cabal | 13 +++++++++++-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/benchmarks/vector-benchmarks.cabal b/benchmarks/vector-benchmarks.cabal index e79ebf2..22995ec 100644 --- a/benchmarks/vector-benchmarks.cabal +++ b/benchmarks/vector-benchmarks.cabal @@ -1,10 +1,10 @@ Name: vector-benchmarks -Version: 0.7.0.1 +Version: 0.7.1 License: BSD3 License-File: LICENSE Author: Roman Leshchinskiy <[email protected]> Maintainer: Roman Leshchinskiy <[email protected]> -Copyright: (c) Roman Leshchinskiy 2010 +Copyright: (c) Roman Leshchinskiy 2010-2011 Cabal-Version: >= 1.2 Build-Type: Simple @@ -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.0.1 + vector == 0.7.1 if impl(ghc<6.13) Ghc-Options: -finline-if-enough-args -fno-method-sharing diff --git a/vector.cabal b/vector.cabal index 4c6e1fb..48eafc1 100644 --- a/vector.cabal +++ b/vector.cabal @@ -1,10 +1,10 @@ Name: vector -Version: 0.7.0.1 +Version: 0.7.1 License: BSD3 License-File: LICENSE Author: Roman Leshchinskiy <[email protected]> Maintainer: Roman Leshchinskiy <[email protected]> -Copyright: (c) Roman Leshchinskiy 2008-2010 +Copyright: (c) Roman Leshchinskiy 2008-2011 Homepage: http://code.haskell.org/vector Bug-Reports: http://trac.haskell.org/vector Category: Data, Data Structures @@ -38,6 +38,15 @@ Description: . * <http://trac.haskell.org/vector> . + Changes in version 0.7.1 + . + * New functions for copying potentially overlapping arrays: @move@, + @unsafeMove@ (contributed by Louis Wasserman) + . + * New function: @splitAt@ (contributed by Bas van Dijk) + . + * Efficiency improvements (with contributions by Bas van Dijk) + . Changes in version 0.7.0.1 . * Dependency on package ghc removed _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
