pipes-concurrency 2.0.6 → 2.0.7
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~pipesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, pipes
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.6+Version: 2.0.7 Cabal-Version: >=1.8.0.2 Build-Type: Simple License: BSD3@@ -33,7 +33,7 @@ Build-Depends: base >= 4 && < 5 , contravariant >= 1.3.3 && < 1.5,- pipes >= 4.0 && < 4.3,+ pipes >= 4.0 && < 4.4, stm >= 2.4.3 && < 2.5, void >= 0.6 && < 1 Exposed-Modules:@@ -47,7 +47,7 @@ HS-Source-Dirs: tests . Build-Depends: base >= 4 && < 5 ,- pipes >= 4.0.0 && < 4.3,+ pipes >= 4.0.0 && < 4.4, pipes-concurrency >= 2.0.0 && < 2.1, stm >= 2.4.3 && < 2.5, async >= 2.0 && < 2.2