[commit: packages/parallel] master: Update changelog for 3.2.1.0 release (641da51)

git at git.haskell.org git at git.haskell.org
Sat Jan 2 08:17:13 UTC 2016


Repository : ssh://git@git.haskell.org/parallel

On branch  : master
Link       : http://git.haskell.org/packages/parallel.git/commitdiff/641da51aee703336b9fc39f7ec95943abe805912

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

commit 641da51aee703336b9fc39f7ec95943abe805912
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Jan 2 09:00:38 2016 +0100

    Update changelog for 3.2.1.0 release
    
    We do a minor version bump so the `Ix`-constraint removal on `seqArray`
    can be tested for more easily via `MIN_VERSION_parallel(3,2,1)`


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

641da51aee703336b9fc39f7ec95943abe805912
 changelog.md   | 7 +++++--
 parallel.cabal | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/changelog.md b/changelog.md
index 6872700..ed09287 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,12 @@
 # Changelog for [`parallel` package](http://hackage.haskell.org/package/parallel)
 
-## 3.2.0.7  *TBA*
+## 3.2.1.0  *Jan 2016*
 
+  - Support `base-4.9.0.0`
   - Add `{-# NOINLINE[1] rseq #-}` to make the `RULE` more robust
-  - Make `rpar`'s type signature consistent with `rseq` & co
+  - Fix broken links to papers in Haddock
+  - Make `rpar` type signature consistent with `rseq` via type-synonym
+  - Drop redundant `Ix`-constraint on `seqArray`/`seqArrayBounds` for GHC >= 8.0
 
 ## 3.2.0.6  *Dec 2014*
 
diff --git a/parallel.cabal b/parallel.cabal
index e900ecd..141b864 100644
--- a/parallel.cabal
+++ b/parallel.cabal
@@ -1,5 +1,5 @@
 name:           parallel
-version:        3.2.0.7
+version:        3.2.1.0
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE



More information about the ghc-commits mailing list