[commit: packages/stm] master: Bump `base` constraint for AMP (40fd6d8)
git at git.haskell.org
git at git.haskell.org
Tue Sep 9 15:34:59 UTC 2014
Repository : ssh://git@git.haskell.org/stm
On branch : master
Link : http://git.haskell.org/packages/stm.git/commitdiff/40fd6d88f75c31b66419ab93f436225c9403846c
>---------------------------------------------------------------
commit 40fd6d88f75c31b66419ab93f436225c9403846c
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Sep 9 17:34:28 2014 +0200
Bump `base` constraint for AMP
>---------------------------------------------------------------
40fd6d88f75c31b66419ab93f436225c9403846c
changelog.md | 4 ++++
stm.cabal | 9 ++-------
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/changelog.md b/changelog.md
index 8feaa2f..faf959b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
# Changelog for [`stm` package](http://hackage.haskell.org/package/stm)
+## 2.4.3.1 *TBA*
+
+ * Add support for `base-4.8.0.0`
+
## 2.4.3 *Mar 2014*
* Update behaviour of `newBroadcastTChanIO` to match
diff --git a/stm.cabal b/stm.cabal
index 9313ced..5ea002a 100644
--- a/stm.cabal
+++ b/stm.cabal
@@ -1,5 +1,5 @@
name: stm
-version: 2.4.3
+version: 2.4.3.1
license: BSD3
license-file: LICENSE
maintainer: libraries at haskell.org
@@ -18,11 +18,6 @@ source-repository head
type: git
location: http://git.haskell.org/packages/stm.git
-source-repository this
- type: git
- location: http://git.haskell.org/packages/stm.git
- tag: stm-2.4.3-release
-
library
default-language: Haskell98
other-extensions:
@@ -36,7 +31,7 @@ library
other-extensions: Trustworthy
build-depends:
- base >= 4.2 && < 4.8,
+ base >= 4.2 && < 4.9,
array >= 0.3 && < 0.6
exposed-modules:
More information about the ghc-commits
mailing list