From ae9ed1823cc3e9179d1e56f7336c89df87c2d0f6 Mon Sep 17 00:00:00 2001 From: Dan Doel Date: Sun, 18 Dec 2016 18:58:54 -0500 Subject: [PATCH 1/3] Correct tested-with list --- vector.cabal | 2 -- 1 file changed, 2 deletions(-) diff --git a/vector.cabal b/vector.cabal index aa39c5f6..8f0b57f6 100644 --- a/vector.cabal +++ b/vector.cabal @@ -35,8 +35,6 @@ Description: * Tested-With: - GHC == 7.0.4, - GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, From e681ff25295e6e22e2ad7ee1c84378310a0c0ce0 Mon Sep 17 00:00:00 2001 From: Dan Doel Date: Mon, 2 Jan 2017 23:13:46 -0500 Subject: [PATCH 2/3] Add 0.12 changelong --- changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog b/changelog index e10942c7..18f2c344 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,12 @@ +Changes in version 0.12.0.0 + + * Documentation fixes/additions + * New functions: createT, iscanl/r, iterateNM, unfoldrM, uniq + * New instances for various vector types: Semigroup, MonadZip + * Made `Storable` vectors respect memory alignment + * Changed some macros to ConstraintKinds + - Dropped compatibility with old GHCs to support this + Changes in version 0.11.0.0 * Define `Applicative` instances for `Data.Vector.Fusion.Util.{Box,Id}` From b482b64d6c84d1f677767aee2eef0a7792a09a29 Mon Sep 17 00:00:00 2001 From: Dan Doel Date: Sat, 7 Jan 2017 16:18:58 -0500 Subject: [PATCH 3/3] More changelog --- changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog b/changelog index a7bb67dd..83e48d47 100644 --- a/changelog +++ b/changelog @@ -8,6 +8,7 @@ Changes in version 0.12.0.0 - Dropped compatibility with old GHCs to support this * Add `Eq1`, `Ord1`, `Show1`, and `Read1` `Vector` instances, and related helper functions. + * Relax context for `Unbox (Complex a)`. Changes in version 0.11.0.0