[commit: packages/parallel] master: Bump `base` constraint and convert changelog to MD (94e1aa6)
git at git.haskell.org
git at git.haskell.org
Tue Sep 9 15:21:19 UTC 2014
Repository : ssh://git@git.haskell.org/parallel
On branch : master
Link : http://git.haskell.org/packages/parallel.git/commitdiff/94e1aa6f621df464c237c9987bb7f65bd4cb5ff1
>---------------------------------------------------------------
commit 94e1aa6f621df464c237c9987bb7f65bd4cb5ff1
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Sep 9 17:20:52 2014 +0200
Bump `base` constraint and convert changelog to MD
>---------------------------------------------------------------
94e1aa6f621df464c237c9987bb7f65bd4cb5ff1
changelog | 8 --------
changelog.md | 13 +++++++++++++
parallel.cabal | 10 +++-------
3 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/changelog b/changelog
deleted file mode 100644
index 47d98ce..0000000
--- a/changelog
+++ /dev/null
@@ -1,8 +0,0 @@
--*-change-log-*-
-
-3.2.0.4 Nov 2013
- * Update package description to Cabal 1.10 format
- * Add support for GHC 7.8
- * Drop support for GHCs older than GHC 7.0.1
- * Add NOINLINE pragmas to `parBuffer`, `parList`, and `evalBuffer`
- to make RULEs more likely to fire
diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000..fce3072
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,13 @@
+# Changelog for [`parallel` package](http://hackage.haskell.org/package/parallel)
+
+## 3.2.0.5 *TBA*
+
+ - Support `base-4.8.0.0`
+
+## 3.2.0.4 *Nov 2013*
+
+ * Update package description to Cabal 1.10 format
+ * Add support for GHC 7.8
+ * Drop support for GHCs older than GHC 7.0.1
+ * Add NOINLINE pragmas to `parBuffer`, `parList`, and `evalBuffer`
+ to make RULEs more likely to fire
diff --git a/parallel.cabal b/parallel.cabal
index 1906333..38c3293 100644
--- a/parallel.cabal
+++ b/parallel.cabal
@@ -1,5 +1,6 @@
name: parallel
-version: 3.2.0.4
+version: 3.2.0.5
+-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
maintainer: libraries at haskell.org
@@ -17,11 +18,6 @@ source-repository head
type: git
location: http://git.haskell.org/packages/parallel.git
-source-repository this
- type: git
- location: http://git.haskell.org/packages/parallel.git
- tag: parallel-3.2.0.4-release
-
library
default-language: Haskell2010
other-extensions:
@@ -38,7 +34,7 @@ library
build-depends:
array >= 0.3 && < 0.6,
- base >= 4.3 && < 4.8,
+ base >= 4.3 && < 4.9,
containers >= 0.4 && < 0.6,
deepseq >= 1.1 && < 1.4
More information about the ghc-commits
mailing list