network-transport-tests 0.2.1.0 → 0.2.2.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~randomPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: random
API changes (from Hackage documentation)
Files
network-transport-tests.cabal view
@@ -1,5 +1,5 @@ name: network-transport-tests-version: 0.2.1.0+version: 0.2.2.0 synopsis: Unit tests for Network.Transport implementations -- description: homepage: http://haskell-distributed.github.com@@ -26,7 +26,7 @@ network-transport >= 0.4.1.0 && < 0.5, containers >= 0.4 && < 0.6, bytestring >= 0.9 && < 0.11,- random >= 1.0 && < 1.1,+ random >= 1.0 && < 1.2, mtl >= 2.1 && < 2.3, ansi-terminal >= 0.5 && < 0.7 hs-source-dirs: src