chan-split 0.1.2 → 0.1.3
raw patch · 2 files changed
+8/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Control/Concurrent/Chan/Split.hs +2/−0
- chan-split.cabal +6/−2
Control/Concurrent/Chan/Split.hs view
@@ -7,6 +7,8 @@ -- * Utility functions: , getChanContents , dupChan + -- * Supporting module+ , module Control.Concurrent.Chan.Class ) where
chan-split.cabal view
@@ -8,7 +8,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version: 0.1.2+Version: 0.1.3 -- A short (one-line) description of the package. Synopsis: Concurrent Chans as read/write pairs. Also provides generic@@ -68,7 +68,11 @@ -- Extra-source-files: -- Constraint on the version of Cabal needed to build this package.-Cabal-version: >=1.2+Cabal-version: >=1.6++source-repository head + type: git+ location: https://github.com/jberryman/chan-split.git Library