stm-chans 1.2.0.2 → 1.2.0.3
raw patch · 7 files changed
+10/−8 lines, 7 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- VERSION +2/−0
- src/Control/Concurrent/STM/TBChan.hs +1/−1
- src/Control/Concurrent/STM/TBMChan.hs +1/−1
- src/Control/Concurrent/STM/TChan/Compat.hs +1/−1
- src/Control/Concurrent/STM/TMChan.hs +1/−1
- src/Control/Concurrent/STM/TVar/Compat.hs +1/−1
- stm-chans.cabal +3/−3
VERSION view
@@ -1,3 +1,5 @@+1.2.0.3 (2012-02-12):+ - Change stability from experimental to provisional. 1.2.0.2 (2012-02-12): - Documentation fix for Control.Concurrent.STM.TMChan.writeTMChan 1.2.0.1 (2011-05-07):
src/Control/Concurrent/STM/TBChan.hs view
@@ -7,7 +7,7 @@ -- Copyright : Copyright (c) 2011--2012 wren ng thornton -- License : BSD -- Maintainer : wren@community.haskell.org--- Stability : experimental+-- Stability : provisional -- Portability : non-portable (GHC STM, DeriveDataTypeable) -- -- A version of "Control.Concurrent.STM.TChan" where the queue is
src/Control/Concurrent/STM/TBMChan.hs view
@@ -7,7 +7,7 @@ -- Copyright : Copyright (c) 2011--2012 wren ng thornton -- License : BSD -- Maintainer : wren@community.haskell.org--- Stability : experimental+-- Stability : provisional -- Portability : non-portable (GHC STM, DeriveDataTypeable) -- -- A version of "Control.Concurrent.STM.TChan" where the queue is
src/Control/Concurrent/STM/TChan/Compat.hs view
@@ -7,7 +7,7 @@ -- Copyright : Copyright (c) 2011--2012 wren ng thornton -- License : BSD -- Maintainer : wren@community.haskell.org--- Stability : experimental+-- Stability : provisional -- Portability : non-portable (GHC STM, CPP) -- -- Compatibility layer for older versions of the @stm@ library.
src/Control/Concurrent/STM/TMChan.hs view
@@ -7,7 +7,7 @@ -- Copyright : Copyright (c) 2011--2012 wren ng thornton -- License : BSD -- Maintainer : wren@community.haskell.org--- Stability : experimental+-- Stability : provisional -- Portability : non-portable (GHC STM, DeriveDataTypeable) -- -- A version of "Control.Concurrent.STM.TChan" where the queue is
src/Control/Concurrent/STM/TVar/Compat.hs view
@@ -7,7 +7,7 @@ -- Copyright : Copyright (c) 2011--2012 wren ng thornton -- License : BSD -- Maintainer : wren@community.haskell.org--- Stability : experimental+-- Stability : provisional -- Portability : non-portable (STM, CPP) -- -- Compatibility layer for older versions of the @stm@ library.
stm-chans.cabal view
@@ -1,5 +1,5 @@ ------------------------------------------------------------------- wren ng thornton <wren@community.haskell.org> ~ 2012.02.08+-- wren ng thornton <wren@community.haskell.org> ~ 2012.02.12 ---------------------------------------------------------------- -- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:@@ -9,8 +9,8 @@ Build-Type: Custom Name: stm-chans-Version: 1.2.0.2-Stability: experimental+Version: 1.2.0.3+Stability: provisional Homepage: http://code.haskell.org/~wren/ Author: wren ng thornton, Thomas DuBuisson Maintainer: wren@community.haskell.org