ekg-bosun 1.0.7 → 1.0.8
raw patch · 2 files changed
+10/−3 lines, 2 filesdep ~timedep ~wreqPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time, wreq
API changes (from Hackage documentation)
Files
- Changelog.md +7/−0
- ekg-bosun.cabal +3/−3
Changelog.md view
@@ -1,3 +1,10 @@+## 1.0.8++### Other Changes++* Increased the upper bound of `time` to allow < 1.9.+* Increased the upper bound of `wreq` to allow < 0.6.+ ## 1.0.7 * Increased the upper-bound of `aeson`, `http-client`, `time` and `vector`.
ekg-bosun.cabal view
@@ -1,5 +1,5 @@ name: ekg-bosun-version: 1.0.7+version: 1.0.8 synopsis: Send ekg metrics to a Bosun instance homepage: http://github.com/ocharles/ekg-bosun license: BSD3@@ -25,10 +25,10 @@ http-client >= 0.3.7 && < 0.6, lens, text >=0.11 && <1.3,- time >=1.4 && <1.8,+ time >=1.4 && <1.9, unordered-containers >=0.2 && <0.3, vector >=0.10 && <0.13,- wreq >= 0.2 && < 0.5,+ wreq >= 0.2 && < 0.6, old-locale hs-source-dirs: src default-language: Haskell2010