parallel-io 0.3.4 → 0.3.5
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~containersdep ~random
Dependency ranges changed: containers, random
Files
- parallel-io.cabal +6/−6
parallel-io.cabal view
@@ -1,5 +1,5 @@ Name: parallel-io-Version: 0.3.4+Version: 0.3.5 Cabal-Version: >= 1.10 Category: Concurrency Synopsis: Combinators for executing IO actions in parallel on a thread pool.@@ -43,7 +43,7 @@ Other-Modules: Control.Concurrent.ParallelIO.Compat - Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.6, random >= 1.0 && < 1.3+ Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.7, random >= 1.0 && < 1.3 Executable benchmark Default-Language: Haskell98@@ -52,7 +52,7 @@ if !flag(benchmark) Buildable: False else- Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.6, random >= 1.0 && < 1.3,+ Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.7, random >= 1.0 && < 1.3, time >= 1 Ghc-Options: -threaded@@ -64,7 +64,7 @@ if !flag(tests) Buildable: False else- Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.6, random >= 1.0 && < 1.3,+ Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.7, random >= 1.0 && < 1.3, test-framework >= 0.1.1, test-framework-hunit >= 0.1.1, HUnit >= 1.2 && < 2 Ghc-Options: -threaded -rtsopts@@ -76,7 +76,7 @@ if !flag(fuzz) Buildable: False else- Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.6, random >= 1.0 && < 1.3+ Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.7, random >= 1.0 && < 1.3 Ghc-Options: -threaded -rtsopts @@ -87,4 +87,4 @@ if !flag(fuzz) Buildable: False else- Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.6, random >= 1.0 && < 1.3+ Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.7, random >= 1.0 && < 1.3