packages feed

ekg-bosun 1.0.6 → 1.0.7

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~aesondep ~http-clientdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, http-client, time, vector

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,3 +1,7 @@+## 1.0.7++* Increased the upper-bound of `aeson`, `http-client`, `time` and `vector`.+ ## 1.0.6  * Increased the upper-bound of `aeson`, `base` and `time`.
ekg-bosun.cabal view
@@ -1,5 +1,5 @@ name: ekg-bosun-version: 1.0.6+version: 1.0.7 synopsis: Send ekg metrics to a Bosun instance homepage: http://github.com/ocharles/ekg-bosun license: BSD3@@ -19,15 +19,15 @@   exposed-modules: System.Remote.Monitoring.Bosun   other-extensions: OverloadedStrings   build-depends:-    aeson >= 0.7 && < 0.12,+    aeson >= 0.7 && < 1.2,     base >=4.7 && <4.10,     ekg-core >=0.1 && <0.2,-    http-client >= 0.3.7 && < 0.5,+    http-client >= 0.3.7 && < 0.6,     lens,     text >=0.11 && <1.3,-    time >=1.4 && <1.7,+    time >=1.4 && <1.8,     unordered-containers >=0.2 && <0.3,-    vector >=0.10 && <0.12,+    vector >=0.10 && <0.13,     wreq >= 0.2 && < 0.5,     old-locale   hs-source-dirs: src