Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector On branch : master
http://hackage.haskell.org/trac/ghc/changeset/85f6d48804267ff200750b2537ec077b87d653b8 >--------------------------------------------------------------- commit 85f6d48804267ff200750b2537ec077b87d653b8 Author: Roman Leshchinskiy <[email protected]> Date: Thu Aug 25 22:11:28 2011 +0000 Changelog >--------------------------------------------------------------- vector.cabal | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vector.cabal b/vector.cabal index a484e72..7bb84c8 100644 --- a/vector.cabal +++ b/vector.cabal @@ -45,7 +45,8 @@ Description: * Safe Haskell support (contributed by David Terei) . * Functor, Monad, Applicative, Alternative, Foldable and Traversable - instances for boxed vectors + instances for boxed vectors (WARNING: they tend to be slow and are + only provided for completeness) . * Support for GHC 7.2 array copying primitives . _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
