distributed-process-tests 0.4.9 → 0.4.10
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~HUnitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit
API changes (from Hackage documentation)
Files
distributed-process-tests.cabal view
@@ -1,5 +1,5 @@ name: distributed-process-tests-version: 0.4.9+version: 0.4.10 synopsis: Tests and test support tools for distributed-process. homepage: http://github.com/haskell-distributed/distributed-process/tree/master/distributed-process-tests description: Tests and test suite for Cloud Haskell libraries.@@ -31,7 +31,7 @@ bytestring >= 0.9 && < 0.12, distributed-process >= 0.6.0 && < 0.8, distributed-static,- HUnit >= 1.2 && < 1.6,+ HUnit >= 1.2 && < 1.7, network-transport >= 0.4.1.0 && < 0.6, network >= 2.5 && < 2.7, random >= 1.0 && < 1.2,