packages feed

ekg-json 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

+ CHANGES.md view
@@ -0,0 +1,3 @@+## 0.1.0.2 (2016-05-28)++ * GHC 8.0 support.
ekg-json.cabal view
@@ -1,5 +1,5 @@ name:                ekg-json-version:             0.1.0.1+version:             0.1.0.2 synopsis:            JSON encoding of ekg metrics description:   Encodes ekg metrics as JSON, using the same encoding as used by the@@ -12,6 +12,7 @@ author:              Johan Tibell maintainer:          johan.tibell@gmail.com category:            Distribution+extra-source-files:  CHANGES.md build-type:          Simple cabal-version:       >=1.10 @@ -20,7 +21,7 @@     System.Metrics.Json   build-depends:     aeson < 0.12,-    base >= 4.5 && < 4.9,+    base >= 4.5 && < 4.10,     ekg-core >= 0.1 && < 0.2,     text < 1.3,     unordered-containers < 0.3