[commit: packages/deepseq] master, wip/container-travis: Preparation for 1.4.1.1 point-release (0ffb686)
git at git.haskell.org
git at git.haskell.org
Wed Apr 20 13:04:50 UTC 2016
Repository : ssh://git@git.haskell.org/deepseq
On branches: master,wip/container-travis
Link : http://git.haskell.org/packages/deepseq.git/commitdiff/0ffb686ecb063a90a76bc64c387de1ca7dcaf2bb
>---------------------------------------------------------------
commit 0ffb686ecb063a90a76bc64c387de1ca7dcaf2bb
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Aug 22 10:00:40 2015 +0200
Preparation for 1.4.1.1 point-release
>---------------------------------------------------------------
0ffb686ecb063a90a76bc64c387de1ca7dcaf2bb
changelog.md | 5 +++++
deepseq.cabal | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index 0f8a14d..977a4d7 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,10 @@
# Changelog for [`deepseq` package](http://hackage.haskell.org/package/deepseq)
+## 1.4.1.2 *Aug 2015*
+
+ * Avoid the broken combination of GHC-7.2 with `array>=0.4`
+ ([#7](https://github.com/haskell/deepseq/pull/7))
+
## 1.4.1.1 *Mar 2015*
* Bundled with GHC 7.10.1
diff --git a/deepseq.cabal b/deepseq.cabal
index a6bb955..7df56e1 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -1,5 +1,5 @@
name: deepseq
-version: 1.4.1.1
+version: 1.4.1.2
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list