Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector On branch : master
http://hackage.haskell.org/trac/ghc/changeset/693dcafd464f46ccb74331c6b3b8ae808bcb954f >--------------------------------------------------------------- commit 693dcafd464f46ccb74331c6b3b8ae808bcb954f Author: Roman Leshchinskiy <[email protected]> Date: Mon May 16 20:56:25 2011 +0000 Changelog >--------------------------------------------------------------- vector.cabal | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/vector.cabal b/vector.cabal index 48eafc1..40ecc58 100644 --- a/vector.cabal +++ b/vector.cabal @@ -45,6 +45,11 @@ Description: . * New function: @splitAt@ (contributed by Bas van Dijk) . + * New monadic operations: @generateM@, @sequence@, @foldfM_@ and + variants + . + * Specialisations of various monadic operations for primitive monads + . * Efficiency improvements (with contributions by Bas van Dijk) . Changes in version 0.7.0.1 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
