packages feed

ekg-statsd 0.2.0.2 → 0.2.0.3

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~basedep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, time

API changes (from Hackage documentation)

Files

CHANGES.md view
@@ -1,3 +1,7 @@+## 0.2.0.3 (2015-06-06)++ * Support GHC 7.10.+ ## 0.2.0.2 (2015-04-09)   * Add support for network-2.6.
ekg-statsd.cabal view
@@ -1,5 +1,5 @@ name:                ekg-statsd-version:             0.2.0.2+version:             0.2.0.3 synopsis:            Push metrics to statsd description:   This library lets you push system metrics to a statsd server.@@ -19,12 +19,12 @@     System.Remote.Monitoring.Statsd    build-depends:-    base >= 4.5 && < 4.8,+    base >= 4.5 && < 4.9,     bytestring < 1.0,     ekg-core >= 0.1 && < 1.0,     network < 2.7,     text < 1.3,-    time < 1.5,+    time < 1.6,     unordered-containers < 0.3    default-language:    Haskell2010