ekg 0.4.0.2 → 0.4.0.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basedep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, text
API changes (from Hackage documentation)
Files
- CHANGES.md +4/−0
- ekg.cabal +3/−3
CHANGES.md view
@@ -1,3 +1,7 @@+## 0.4.0.3 (2014-09-30)++ * Support text-1.2.+ ## 0.4.0.2 (2014-08-19) * Support aeson-0.8 and transformers-0.4.
ekg.cabal view
@@ -1,5 +1,5 @@ name: ekg-version: 0.4.0.2+version: 0.4.0.3 synopsis: Remote monitoring of processes description: This library lets you remotely monitor a running process over HTTP.@@ -38,14 +38,14 @@ build-depends: aeson < 0.9,- base >= 4.5 && < 5,+ base >= 4.5 && < 4.8, bytestring < 1.0, ekg-core >= 0.1 && < 0.2, filepath < 1.4, network < 2.6, snap-core < 0.10, snap-server < 0.10,- text < 1.2,+ text < 1.3, time < 1.5, transformers < 0.5, unordered-containers < 0.3