Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d16e870320756a13395b5ad4861b3a1dd29e363f >--------------------------------------------------------------- commit d16e870320756a13395b5ad4861b3a1dd29e363f Author: Roman Leshchinskiy <[email protected]> Date: Tue May 31 23:10:12 2011 +0000 Changelog >--------------------------------------------------------------- vector.cabal | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/vector.cabal b/vector.cabal index 40ecc58..f61149b 100644 --- a/vector.cabal +++ b/vector.cabal @@ -43,6 +43,8 @@ Description: * 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 monadic operations: @generateM@, @sequence@, @foldfM_@ and _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
