ekg-bosun 1.0.14 → 1.0.15
raw patch · 2 files changed
+11/−4 lines, 2 filesdep ~basedep ~http-clientdep ~networkPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, http-client, network
API changes (from Hackage documentation)
- System.Remote.Monitoring.Bosun: BosunOptions :: !URI -> !Int -> !(HashMap Text Text) -> BosunOptions
+ System.Remote.Monitoring.Bosun: BosunOptions :: !URI -> !Int -> !HashMap Text Text -> BosunOptions
- System.Remote.Monitoring.Bosun: [tags] :: BosunOptions -> !(HashMap Text Text)
+ System.Remote.Monitoring.Bosun: [tags] :: BosunOptions -> !HashMap Text Text
Files
- Changelog.md +7/−0
- ekg-bosun.cabal +4/−4
Changelog.md view
@@ -1,3 +1,10 @@+## 1.0.15++### Other Changes++* Increased the upper bound of `base`, `network` and `http-client`.++ ## 1.0.14 ### Other Changes
ekg-bosun.cabal view
@@ -1,5 +1,5 @@ name: ekg-bosun-version: 1.0.14+version: 1.0.15 synopsis: Send ekg metrics to a Bosun instance homepage: http://github.com/ocharles/ekg-bosun license: BSD3@@ -20,9 +20,9 @@ other-extensions: OverloadedStrings build-depends: aeson >= 0.7 && < 1.5,- base >=4.7 && <4.12,+ base >=4.7 && <4.13, ekg-core >=0.1 && <0.2,- http-client >= 0.3.7 && < 0.6,+ http-client >= 0.3.7 && < 0.7, lens, text >=0.11 && <1.3, time >=1.4 && <1.10,@@ -36,7 +36,7 @@ if flag(network-uri) build-depends: network-uri >= 2.6 && <2.7,- network >= 2.6 && <2.8+ network >= 2.6 && <3.1 else build-depends: network >= 2.5.0.0 && < 2.6,