ekg 0.4.0.4 → 0.4.0.5
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~networkPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: network
API changes (from Hackage documentation)
Files
- CHANGES.md +6/−0
- ekg.cabal +2/−2
CHANGES.md view
@@ -1,3 +1,9 @@+## 0.4.0.5 (2014-11-30)++ * Support network-2.6.++ * Fix broken example code.+ ## 0.4.0.4 (2014-10-20) * Fix bug where `forkServerWith` would register GC metrics, despite
ekg.cabal view
@@ -1,5 +1,5 @@ name: ekg-version: 0.4.0.4+version: 0.4.0.5 synopsis: Remote monitoring of processes description: This library lets you remotely monitor a running process over HTTP.@@ -42,7 +42,7 @@ bytestring < 1.0, ekg-core >= 0.1 && < 0.2, filepath < 1.4,- network < 2.6,+ network < 2.7, snap-core < 0.10, snap-server < 0.10, text < 1.3,