packages feed

ekg-carbon 1.0.1 → 1.0.2

raw patch · 2 files changed

+12/−3 lines, 2 filesdep ~networkdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: network, text

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,3 +1,12 @@+## 1.0.2++* Increased upper-bounds of:++      * `network`+      * `text`++  Thanks to Konstantine Rybnikov (@k-bx) for this change.+ ## 1.0.1  * Decreased lower-bounds of:
ekg-carbon.cabal view
@@ -1,5 +1,5 @@ name: ekg-carbon-version: 1.0.1+version: 1.0.2 synopsis: An EKG backend to send statistics to Carbon (part of Graphite monitoring tools) homepage: http://github.com/ocharles/ekg-carbon license: BSD3@@ -17,9 +17,9 @@   build-depends:     base >=4.6 && <4.8,     ekg-core >= 0.1.0.1 && < 0.2,-    network >= 2.4 && < 2.6,+    network >= 2.4 && < 2.7,     network-carbon >= 1.0.0 && <1.1,-    text >= 0.10 && < 1.2,+    text >= 0.10 && < 1.3,     time >= 1.4 && < 1.5,     unordered-containers,     vector >= 0.10 && < 0.11