concurrent-split 0.0 → 0.0.0.1
raw patch · 1 files changed
+14/−4 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- concurrent-split.cabal +14/−4
concurrent-split.cabal view
@@ -1,5 +1,5 @@ Name: concurrent-split-Version: 0.0+Version: 0.0.0.1 License: BSD3 License-File: LICENSE Author: Henning Thielemann <haskell@henning-thielemann.de>@@ -21,13 +21,23 @@ that was created by @TChan.new@ then you know that the receiver part of your communication is missing. .- See also package @stm-split@ for transactional communication.- This package follows the same idea as @chan-split@ but is strictly Haskell 98.+ This package requires only Haskell 98.+ .+ Related packages:+ .+ * @stm-split@: transactional communication in @STM@ monad+ .+ * @chan-split@: follows the same idea as this package and @stm-split@+ but requires multi-parameter type classes with functional dependencies.+ .+ * @privileged-concurrency@:+ .+ * @split-channel@: Tested-With: GHC==6.12.3, GHC==7.4.1 Cabal-Version: >=1.6 Build-Type: Simple Source-Repository this- Tag: 0.0+ Tag: 0.0.0.1 Type: darcs Location: http://code.haskell.org/~thielema/concurrent-split/