ekg-carbon 1.0.7 → 1.0.8
raw patch · 2 files changed
+10/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Changelog.md +8/−0
- ekg-carbon.cabal +2/−2
Changelog.md view
@@ -1,3 +1,11 @@+## 1.0.8++### Other Changes++- Increase upper bound of `base`.++---+ ## 1.0.7 ### Other Changes
ekg-carbon.cabal view
@@ -1,5 +1,5 @@ name: ekg-carbon-version: 1.0.7+version: 1.0.8 synopsis: An EKG backend to send statistics to Carbon (part of Graphite monitoring tools) homepage: http://github.com/ocharles/ekg-carbon license: BSD3@@ -15,7 +15,7 @@ System.Remote.Monitoring.Carbon build-depends:- base >=4.6 && <4.10,+ base >=4.6 && <4.11, ekg-core >= 0.1.0.1 && < 0.2, network >= 2.4 && < 2.7, network-carbon >= 1.0.0 && <1.1,