packages feed

network-run 0.4.2 → 0.4.3

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~time-managerPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time-manager

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for network-run +## 0.4.3++* Using time-manager >= 0.2.+ ## 0.4.2  * Using `withHandle` of time-manager.
network-run.cabal view
@@ -1,6 +1,6 @@ cabal-version:      >=1.10 name:               network-run-version:            0.4.2+version:            0.4.3 license:            BSD3 license-file:       LICENSE maintainer:         kazu@iij.ad.jp@@ -27,4 +27,4 @@         base >=4 && <5,         bytestring,         network >=3.2.4,-        time-manager >=0.1.3 && <0.2+        time-manager >=0.2 && <0.3