packages feed

ekg-bosun 1.0.9 → 1.0.10

raw patch · 2 files changed

+8/−2 lines, 2 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,3 +1,9 @@+## 1.0.10++### Other Changes++* Increased the upper bound of `aeson`.+ ## 1.0.9  ### Other Changes
ekg-bosun.cabal view
@@ -1,5 +1,5 @@ name: ekg-bosun-version: 1.0.9+version: 1.0.10 synopsis: Send ekg metrics to a Bosun instance homepage: http://github.com/ocharles/ekg-bosun license: BSD3@@ -19,7 +19,7 @@   exposed-modules: System.Remote.Monitoring.Bosun   other-extensions: OverloadedStrings   build-depends:-    aeson >= 0.7 && < 1.2,+    aeson >= 0.7 && < 1.3,     base >=4.7 && <4.11,     ekg-core >=0.1 && <0.2,     http-client >= 0.3.7 && < 0.6,