packages feed

stm-chans 3.0.0 → 3.0.0.2

raw patch · 2 files changed

+5/−5 lines, 2 files

Files

VERSION view
@@ -1,10 +1,10 @@ 3.0.0 (2013-05-29):-    - Removed the deprecated compatability modules.+    - Removed the deprecated compatibility modules.  2.1.0 (2013-05-29):     - Added UNPACK pragmas everywhere to reduce indirections.     - Added versions of newBroadcastT*Chan for TMChan-    - Deprecated all the compatability stuff, since newBroadcastTChan requires stm >= 2.4 anyways.+    - Deprecated all the compatibility stuff, since newBroadcastTChan requires stm >= 2.4 anyways. 2.0.0 (2013-05-12):     - Add TQueue support 
stm-chans.cabal view
@@ -1,5 +1,5 @@ ------------------------------------------------------------------- wren ng thornton <wren@community.haskell.org>    ~ 2013.05.29+-- wren ng thornton <wren@community.haskell.org>    ~ 2014.03.30 ----------------------------------------------------------------  -- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:@@ -9,7 +9,7 @@ Build-Type:     Custom  Name:           stm-chans-Version:        3.0.0+Version:        3.0.0.2 Stability:      provisional Homepage:       http://code.haskell.org/~wren/ Author:         wren ng thornton, Thomas DuBuisson@@ -23,7 +23,7 @@ Description:    Additional types of channels for STM.  Tested-With:-    GHC == 7.6.1+    GHC ==7.6.1, GHC ==7.8.0 Extra-source-files:     AUTHORS, README, VERSION Source-Repository head