[commit: packages/stm] master: Bump to version 2.4.4.1 and prepare for release (b49b506)
git at git.haskell.org
git at git.haskell.org
Tue Dec 22 12:55:42 UTC 2015
Repository : ssh://git@git.haskell.org/stm
On branch : master
Link : http://git.haskell.org/packages/stm.git/commitdiff/b49b5060d5e78a9ee2fa6a069a7195654ebdf08a
>---------------------------------------------------------------
commit b49b5060d5e78a9ee2fa6a069a7195654ebdf08a
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Dec 22 13:49:22 2015 +0100
Bump to version 2.4.4.1 and prepare for release
>---------------------------------------------------------------
b49b5060d5e78a9ee2fa6a069a7195654ebdf08a
changelog.md | 6 ++++++
stm.cabal | 10 +++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/changelog.md b/changelog.md
index 92b2a7f..a08e2c5 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,11 @@
# Changelog for [`stm` package](http://hackage.haskell.org/package/stm)
+## 2.4.4.1 *Dec 2015*
+
+ * Add support for `base-4.9.0.0`
+
+ * Drop support for GHC 6.12 / `base-4.2`
+
## 2.4.4 *Dec 2014*
* Add support for `base-4.8.0.0`
diff --git a/stm.cabal b/stm.cabal
index 9700138..9378d29 100644
--- a/stm.cabal
+++ b/stm.cabal
@@ -1,16 +1,16 @@
name: stm
-version: 2.4.4
+version: 2.4.4.1
-- don't forget to update changelog.md file!
license: BSD3
license-file: LICENSE
maintainer: libraries at haskell.org
-bug-reports: http://ghc.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29&keywords=stm
+bug-reports: https://ghc.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29&keywords=stm
synopsis: Software Transactional Memory
category: Concurrency
description: A modular composable concurrency abstraction.
build-type: Simple
cabal-version: >=1.10
-tested-with: GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1, GHC==6.12.3
+tested-with: GHC==7.10.*, GHC==7.8.*, GHC==7.6.*, GHC==7.4.*, GHC==7.2.*, GHC==7.0.*
extra-source-files:
changelog.md
@@ -20,7 +20,7 @@ source-repository head
location: http://git.haskell.org/packages/stm.git
library
- default-language: Haskell98
+ default-language: Haskell2010
other-extensions:
CPP
DeriveDataTypeable
@@ -34,7 +34,7 @@ library
other-extensions: Safe
build-depends:
- base >= 4.2 && < 4.10,
+ base >= 4.3 && < 4.10,
array >= 0.3 && < 0.6
exposed-modules:
More information about the ghc-commits
mailing list