Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d8fbc5cd2e35e5725a7c65ef19cfd317839f6163 >--------------------------------------------------------------- commit d8fbc5cd2e35e5725a7c65ef19cfd317839f6163 Author: Roman Leshchinskiy <[email protected]> Date: Sat Jun 18 22:33:37 2011 +0000 Fiddle with changelog >--------------------------------------------------------------- vector.cabal | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/vector.cabal b/vector.cabal index 84cc11b..da43501 100644 --- a/vector.cabal +++ b/vector.cabal @@ -40,21 +40,19 @@ Description: . Changes in version 0.7.1 . - * New functions for copying potentially overlapping arrays: @move@, - @unsafeMove@ (contributed by Louis Wasserman) - . - * New function: @iterateN@ (contributed by Alexey Khudyakov) - . - * New function: @splitAt@ (contributed by Bas van Dijk) + * 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 (contributed by Bas van Dijk) + * Unsafe casts for Storable vectors . - * Efficiency improvements (with contributions by Bas van Dijk) + * Efficiency improvements . Changes in version 0.7.0.1 . _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
