ekg 0.4.0.6 → 0.4.0.7
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- CHANGES.md +4/−0
- ekg.cabal +2/−2
CHANGES.md view
@@ -1,3 +1,7 @@+## 0.4.0.7 (2015-07-07)++ * Support aeson-0.9.+ ## 0.4.0.6 (2015-05-08) * Support GHC 7.10.
ekg.cabal view
@@ -1,5 +1,5 @@ name: ekg-version: 0.4.0.6+version: 0.4.0.7 synopsis: Remote monitoring of processes description: This library lets you remotely monitor a running process over HTTP.@@ -37,7 +37,7 @@ System.Remote.Snap build-depends:- aeson < 0.9,+ aeson < 0.11, base >= 4.5 && < 4.9, bytestring < 1.0, ekg-core >= 0.1 && < 0.2,