[commit: packages/stm] master: Bump to 2.4.4 and update changelog (b5cb4c4)

git at git.haskell.org git at git.haskell.org
Wed Dec 17 10:48:30 UTC 2014


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

On branch  : master
Link       : http://git.haskell.org/packages/stm.git/commitdiff/b5cb4c462e008c666631c14435df0dd90fb20517

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

commit b5cb4c462e008c666631c14435df0dd90fb20517
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Dec 17 11:41:23 2014 +0100

    Bump to 2.4.4 and update changelog


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

b5cb4c462e008c666631c14435df0dd90fb20517
 changelog.md | 8 +++++++-
 stm.cabal    | 5 ++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/changelog.md b/changelog.md
index faf959b..92b2a7f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,15 @@
 # Changelog for [`stm` package](http://hackage.haskell.org/package/stm)
 
-## 2.4.3.1  *TBA*
+## 2.4.4  *Dec 2014*
 
   * Add support for `base-4.8.0.0`
 
+  * Tighten Safe Haskell bounds
+
+  * Add `mkWeakTMVar` to `Control.Concurrent.STM.TMVar`
+
+  * Add `@since`-annotations
+
 ## 2.4.3  *Mar 2014*
 
   * Update behaviour of `newBroadcastTChanIO` to match
diff --git a/stm.cabal b/stm.cabal
index 5ea002a..668bb9d 100644
--- a/stm.cabal
+++ b/stm.cabal
@@ -1,5 +1,6 @@
 name:           stm
-version:        2.4.3.1
+version:        2.4.4
+-- don't forget to update changelog.md file!
 license:        BSD3
 license-file:   LICENSE
 maintainer:     libraries at haskell.org
@@ -29,6 +30,8 @@ library
         UnboxedTuples
     if impl(ghc >= 7.2)
         other-extensions: Trustworthy
+    if impl(ghc >= 7.9)
+        other-extensions: Safe
 
     build-depends:
         base  >= 4.2 && < 4.9,



More information about the ghc-commits mailing list