ekg-wai 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−4 lines, 1 filesdep ~basedep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, time
API changes (from Hackage documentation)
Files
- ekg-wai.cabal +3/−4
ekg-wai.cabal view
@@ -1,6 +1,5 @@ name: ekg-wai-version: 0.1.0.0-version: 0.1.0.1+version: 0.1.0.2 synopsis: Remote monitoring of processes description: This library lets you remotely monitor a running process over HTTP.@@ -38,7 +37,7 @@ build-depends: aeson,- base >= 4.5 && < 4.10,+ base >= 4.5 && < 4.11, bytestring < 1.0, ekg-core >= 0.1 && < 0.2, ekg-json >= 0.1 && < 0.2,@@ -46,7 +45,7 @@ http-types, network < 2.7, text < 1.3,- time < 1.7,+ time < 1.9, transformers < 0.6, unordered-containers < 0.3, wai,