network-carbon 1.0.7 → 1.0.8
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- Changelog.md +4/−0
- network-carbon.cabal +3/−3
Changelog.md view
@@ -1,3 +1,7 @@+## 1.0.8++* Increase upper bound of `time`.+ ## 1.0.7 * Now builds with GHC 8.0.1
network-carbon.cabal view
@@ -1,5 +1,5 @@ name: network-carbon-version: 1.0.7+version: 1.0.8 synopsis: A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools) homepage: http://github.com/ocharles/network-carbon license: BSD3@@ -19,8 +19,8 @@ bytestring >=0.10.2 && <0.11, network >= 2.4 && < 2.7, text >= 0.10 && < 1.3,- time >= 1.4 && < 1.7,- vector >= 0.10 && < 0.12+ time >= 1.4 && < 1.8,+ vector >= 0.10 && < 0.13 hs-source-dirs: src default-language: Haskell2010