[commit: vector] simd: Remove outdated Changelog file (deb38e5)
Geoffrey Mainland
gmainlan at ghc.haskell.org
Fri Jul 19 14:24:11 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : simd
http://hackage.haskell.org/trac/ghc/changeset/deb38e5d2d40daa1679d7eb85a347ff441b93f0c
>---------------------------------------------------------------
commit deb38e5d2d40daa1679d7eb85a347ff441b93f0c
Author: Roman Leshchinskiy <rl at cse.unsw.edu.au>
Date: Thu Sep 27 22:31:55 2012 +0000
Remove outdated Changelog file
>---------------------------------------------------------------
Changelog | 30 ------------------------------
vector.cabal | 1 -
2 files changed, 31 deletions(-)
diff --git a/Changelog b/Changelog
deleted file mode 100644
index 33e527d..0000000
--- a/Changelog
+++ /dev/null
@@ -1,30 +0,0 @@
-Changes 0.6 - 0.6.0.1
-
- * Improved documentation
-
-Changes 0.5 - 0.6
-
- * More efficient representation of Storable vectors
-
- * Block copy operations used when possible
-
- * Typeable and Data instances
-
- * Monadic combinators (replicateM, mapM etc.)
-
- * Better support for recycling (see create and modify)
-
- * Performance improvements
-
-Changes 0.4.2 - 0.5
-
- * Unboxed vectors of primitive types and tuples.
-
- * Redesigned interface between mutable and immutable vectors. It now
- includes the popular unsafeFreeze primitive.
-
- * Many new combinators.
-
- * Significant performance improvements. Unboxed vectors are usually faster
- than primitive unboxed DPH arrays.
-
diff --git a/vector.cabal b/vector.cabal
index dae8591..4a670a9 100644
--- a/vector.cabal
+++ b/vector.cabal
@@ -107,7 +107,6 @@ Extra-Source-Files:
benchmarks/TestData/Random.hs
internal/GenUnboxTuple.hs
internal/unbox-tuple-instances
- Changelog
Flag BoundsChecks
Description: Enable bounds checking
More information about the ghc-commits
mailing list