ekg-statsd 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- CHANGES.md +4/−0
- ekg-statsd.cabal +2/−2
CHANGES.md view
@@ -1,3 +1,7 @@+## 0.2.0.1 (2014-09-30)++ * Add support for text-1.2.+ ## 0.2.0.0 (2014-05-27) * Add configurable metric name prefix and suffix.
ekg-statsd.cabal view
@@ -1,5 +1,5 @@ name: ekg-statsd-version: 0.2.0.0+version: 0.2.0.1 synopsis: Push metrics to statsd description: This library lets you push system metrics to a statsd server.@@ -23,7 +23,7 @@ bytestring < 1.0, ekg-core >= 0.1 && < 1.0, network < 2.6,- text < 1.2,+ text < 1.3, time < 1.5, unordered-containers < 0.3