ekg-bosun 1.0.10 → 1.0.11
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- Changelog.md +6/−0
- ekg-bosun.cabal +2/−2
Changelog.md view
@@ -1,3 +1,9 @@+## 1.0.11++### Other Changes++* Increased the upper bound of `time`.+ ## 1.0.10 ### Other Changes
ekg-bosun.cabal view
@@ -1,5 +1,5 @@ name: ekg-bosun-version: 1.0.10+version: 1.0.11 synopsis: Send ekg metrics to a Bosun instance homepage: http://github.com/ocharles/ekg-bosun license: BSD3@@ -25,7 +25,7 @@ http-client >= 0.3.7 && < 0.6, lens, text >=0.11 && <1.3,- time >=1.4 && <1.9,+ time >=1.4 && <1.10, unordered-containers >=0.2 && <0.3, vector >=0.10 && <0.13, wreq >= 0.2 && < 0.6,