pipes-concurrency 2.0.8 → 2.0.9
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~asyncdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: async, base
API changes (from Hackage documentation)
Files
- pipes-concurrency.cabal +3/−3
pipes-concurrency.cabal view
@@ -1,5 +1,5 @@ Name: pipes-concurrency-Version: 2.0.8+Version: 2.0.9 Cabal-Version: >=1.8.0.2 Build-Type: Simple License: BSD3@@ -32,7 +32,7 @@ Hs-Source-Dirs: src Build-Depends: base >= 4 && < 5 ,- async >= 2.0.0.0 && < 2.2,+ async >= 2.0.0.0 && < 2.3, contravariant >= 1.3.3 && < 1.5, pipes >= 4.0 && < 4.4, stm >= 2.4.3 && < 2.5,@@ -51,4 +51,4 @@ pipes >= 4.0.0 && < 4.4, pipes-concurrency , stm >= 2.4.3 && < 2.5,- async >= 2.0 && < 2.2+ async >= 2.0 && < 2.3