packages feed

network-carbon 1.0.13 → 1.0.14

raw patch · 2 files changed

+11/−3 lines, 2 filesdep ~networkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: network

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,4 +1,12 @@-## Unreleased+## 1.0.14++### Other Changes++* Increased the upper bound of `network`.++---++## 1.0.13  ### Other Changes 
network-carbon.cabal view
@@ -1,5 +1,5 @@ name: network-carbon-version: 1.0.13+version: 1.0.14 synopsis: A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools) homepage: http://github.com/ocharles/network-carbon license: BSD3@@ -17,7 +17,7 @@   build-depends:     base >=4.6 && <4.13,     bytestring >=0.10.2 && <0.11,-    network >= 2.4 && < 2.8,+    network >= 2.4 && < 2.9,     text >= 0.10 && < 1.3,     time >= 1.4 && < 1.10,     vector >= 0.10 && < 0.13