network-carbon 1.0.1 → 1.0.2
raw patch · 2 files changed
+11/−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 +8/−0
- network-carbon.cabal +3/−3
Changelog.md view
@@ -1,3 +1,11 @@+## 1.0.2++* Increased upper-bounds of:+ * `network`+ * `text`++ Thanks to Peter Simons (@peti) for pointing this out.+ ## 1.0.1 * Decreased lower-bounds of:
network-carbon.cabal view
@@ -1,5 +1,5 @@ name: network-carbon-version: 1.0.1+version: 1.0.2 synopsis: A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools) homepage: http://github.com/ocharles/network-carbon license: BSD3@@ -17,8 +17,8 @@ build-depends: base >=4.6 && <4.8, bytestring >=0.9 && <0.11,- network >= 2.4 && < 2.6,- text >= 0.10 && < 1.2,+ network >= 2.4 && < 2.7,+ text >= 0.10 && < 1.3, time >= 1.4 && < 1.5, vector >= 0.10 && < 0.11