packages feed

ekg-bosun 1.0.12 → 1.0.13

raw patch · 2 files changed

+10/−3 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 view
@@ -1,3 +1,10 @@+## 1.0.13++### Other Changes++* Increased the upper bound of `base` to allow < 1.12.+* Increased the upper bound of `network` to allow < 2.8.+ ## 1.0.12  ### Other Changes
ekg-bosun.cabal view
@@ -1,5 +1,5 @@ name: ekg-bosun-version: 1.0.12+version: 1.0.13 synopsis: Send ekg metrics to a Bosun instance homepage: http://github.com/ocharles/ekg-bosun license: BSD3@@ -20,7 +20,7 @@   other-extensions: OverloadedStrings   build-depends:     aeson >= 0.7 && < 1.4,-    base >=4.7 && <4.11,+    base >=4.7 && <4.12,     ekg-core >=0.1 && <0.2,     http-client >= 0.3.7 && < 0.6,     lens,@@ -36,7 +36,7 @@   if flag(network-uri)     build-depends:       network-uri >= 2.6 && <2.7,-      network >= 2.6 && <2.7+      network >= 2.6 && <2.8   else     build-depends:       network >= 2.5.0.0 && < 2.6,