BoundedChan 1.0.0.2 → 1.0.0.3
raw patch · 1 files changed
+4/−3 lines, 1 filesdep ~arraydep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: array, base
API changes (from Hackage documentation)
Files
- BoundedChan.cabal +4/−3
BoundedChan.cabal view
@@ -1,6 +1,6 @@ name: BoundedChan category: Concurrency-version: 1.0.0.2+version: 1.0.0.3 license: BSD3 license-file: LICENSE author: Adam Wick <awick@galois.com>@@ -15,7 +15,8 @@ certain number of elements. library- build-depends: base >= 3, array+ build-depends: base >= 3 && < 5, + array >= 0.2 && < 0.8 exposed-modules: Control.Concurrent.BoundedChan ghc-options: -O2 -Wall -funbox-strict-fields if impl(ghc >= 6.8)@@ -23,4 +24,4 @@ source-repository head type: git- location: git://code.haskell.org/BoundedChan.git+ location: git://github.com/GaloisInc/BoundedChan.git