[commit: packages/parallel] master: Perform early-version-bump and update changelog (ee799d0)

git at git.haskell.org git at git.haskell.org
Sat Jan 2 08:16:59 UTC 2016


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

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

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

commit ee799d033cfe6692585b34423042fbedbc2a0de9
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Oct 31 13:31:57 2015 +0100

    Perform early-version-bump and update changelog
    
    This is help make GHC HEAD nightlies more accurate about reported
    package versions.


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

ee799d033cfe6692585b34423042fbedbc2a0de9
 changelog.md   | 5 +++++
 parallel.cabal | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index 3989273..6872700 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,10 @@
 # Changelog for [`parallel` package](http://hackage.haskell.org/package/parallel)
 
+## 3.2.0.7  *TBA*
+
+  - Add `{-# NOINLINE[1] rseq #-}` to make the `RULE` more robust
+  - Make `rpar`'s type signature consistent with `rseq` & co
+
 ## 3.2.0.6  *Dec 2014*
 
   - Make `-Wall` message free for all supported `base` versions
diff --git a/parallel.cabal b/parallel.cabal
index 1128110..c124faf 100644
--- a/parallel.cabal
+++ b/parallel.cabal
@@ -1,5 +1,5 @@
 name:           parallel
-version:        3.2.0.6
+version:        3.2.0.7
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE



More information about the ghc-commits mailing list