[commit: vector] simd: Changelog (dc22722)

Geoffrey Mainland gmainlan at ghc.haskell.org
Fri Jul 19 14:24:17 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : simd

http://hackage.haskell.org/trac/ghc/changeset/dc2272277144ae7094a4722d06fddc9ed8b78fac

>---------------------------------------------------------------

commit dc2272277144ae7094a4722d06fddc9ed8b78fac
Author: Roman Leshchinskiy <rl at cse.unsw.edu.au>
Date:   Thu Sep 27 22:59:49 2012 +0000

    Changelog

>---------------------------------------------------------------

 vector.cabal |   44 ++++++++------------------------------------
 1 file changed, 8 insertions(+), 36 deletions(-)

diff --git a/vector.cabal b/vector.cabal
index 2affb06..18c903b 100644
--- a/vector.cabal
+++ b/vector.cabal
@@ -38,42 +38,14 @@ Description:
         .
         * <http://trac.haskell.org/vector>
         .
-        Changes in version 0.9.1
-        .
-        * New functions: @unsafeFromForeignPtr0@ and @unsafeToForeignPtr0@
-        .
-        * Small performance improvements
-        .
-        * Fixes for GHC 7.4
-        .
-        Changes in version 0.9
-        .
-        * 'MonadPlus' instance for boxed vectors
-        .
-        * Export more @construct@ and @constructN@ from @Safe@ modules
-        .
-        * Require @primitive-0.4.0.1@
-        .
-        Changes in version 0.8
-        .
-        * New functions: @constructN@, @constructrN@
-        .
-        * Support for GHC 7.2 array copying primitives
-        .
-        * New fixity for @(!)@
-        .
-        * Safe Haskell support (contributed by David Terei)
-        .
-        * 'Functor', 'Monad', 'Applicative', 'Alternative', 'Foldable' and
-          'Traversable' instances for boxed vectors
-          (/WARNING: they tend to be slow and are only provided for completeness/)
-        .
-        * 'Show' instances for immutable vectors follow containers conventions
-        .
-        * 'Read' instances for all immutable vector types
-        .
-        * Performance improvements
-        .
+        Changes in version 0.10
+        .
+	* @NFData@ instances
+	.
+	* More efficient block fills
+	.
+	* Safe Haskell support removed
+	.
 
 Cabal-Version:  >= 1.2.3
 Build-Type:     Simple






More information about the ghc-commits mailing list