chp 1.7.0 → 1.7.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~parallel
Dependency ranges changed: parallel
Files
- chp.cabal +2/−2
chp.cabal view
@@ -1,5 +1,5 @@ Name: chp-Version: 1.7.0+Version: 1.7.1 Synopsis: An implementation of concurrency ideas from Communicating Sequential Processes License: BSD3 License-file: LICENSE@@ -21,7 +21,7 @@ Cabal-Version: >= 1.2.3 Build-Type: Simple-Build-Depends: base >= 3 && < 5, extensible-exceptions >= 0.1.1.0, containers, HUnit, mtl, parallel, pretty, QuickCheck >= 2, stm+Build-Depends: base >= 3 && < 5, extensible-exceptions >= 0.1.1.0, containers, HUnit, mtl, parallel >= 1 && < 2, pretty, QuickCheck >= 2, stm Exposed-modules: Control.Concurrent.CHP Control.Concurrent.CHP.Actions