ekg-carbon 1.0.10 → 1.0.11
raw patch · 2 files changed
+13/−4 lines, 2 filesdep ~basedep ~networkPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, network
API changes (from Hackage documentation)
Files
- Changelog.md +10/−1
- ekg-carbon.cabal +3/−3
Changelog.md view
@@ -1,8 +1,17 @@+## 1.0.11++### Other Changes++- Increased upper bound of `base` to allow < 4.13.+- Increased upper bound of `network` to allow < 2.9.++---+ ## 1.0.10 ### Other Changes -- Increased upper bound of `base` to allow < 1.12.+- Increased upper bound of `base` to allow < 4.12. - Increased upper bound of `network` to allow < 2.8. ---
ekg-carbon.cabal view
@@ -1,5 +1,5 @@ name: ekg-carbon-version: 1.0.10+version: 1.0.11 synopsis: An EKG backend to send statistics to Carbon (part of Graphite monitoring tools) homepage: http://github.com/ocharles/ekg-carbon license: BSD3@@ -15,9 +15,9 @@ System.Remote.Monitoring.Carbon build-depends:- base >=4.6 && <4.12,+ base >=4.6 && <4.13, ekg-core >= 0.1.0.1 && < 0.2,- network >= 2.4 && < 2.8,+ network >= 2.4 && < 2.9, network-carbon >= 1.0.0 && <1.1, text >= 0.10 && < 1.3, time >= 1.4 && < 1.10,