Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c4c5a740ec977a4300449bc85f4707ec641be923 >--------------------------------------------------------------- commit c4c5a740ec977a4300449bc85f4707ec641be923 Author: Roman Leshchinskiy <[email protected]> Date: Sat Dec 31 00:29:55 2011 +0000 Fix changelog >--------------------------------------------------------------- vector.cabal | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/vector.cabal b/vector.cabal index f39979c..279aaf4 100644 --- a/vector.cabal +++ b/vector.cabal @@ -43,9 +43,11 @@ Description: . Changes in version 0.9.1 . - . New functions: @unsafeFromForeignPtr0@ and @unsafeToForeignPtr0@ + * New functions: @unsafeFromForeignPtr0@ and @unsafeToForeignPtr0@ . - . Small performance improvements + * Small performance improvements + . + * Fixes for GHC 7.4 . Changes in version 0.9 . _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
