ekg-json 0.1.0.5 → 0.1.0.6
raw patch · 3 files changed
+6/−3 lines, 3 filesdep ~aesondep ~basenew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base
API changes (from Hackage documentation)
Files
- CHANGES.md +4/−0
- System/Metrics/Json.hs +0/−1
- ekg-json.cabal +2/−2
CHANGES.md view
@@ -1,3 +1,7 @@+## 0.1.0.6 (2017-07-31)++ * GHC 8.2 support.+ ## 0.1.0.5 (2017-04-19) * Support aeson 1.2.
System/Metrics/Json.hs view
@@ -15,7 +15,6 @@ ) where import Data.Aeson ((.=))-import qualified Data.Aeson.Encode as A import qualified Data.Aeson.Types as A import qualified Data.HashMap.Strict as M import Data.Int (Int64)
ekg-json.cabal view
@@ -1,5 +1,5 @@ name: ekg-json-version: 0.1.0.5+version: 0.1.0.6 synopsis: JSON encoding of ekg metrics description: Encodes ekg metrics as JSON, using the same encoding as used by the@@ -21,7 +21,7 @@ System.Metrics.Json build-depends: aeson >=0.4 && < 1.3,- base >= 4.5 && < 4.10,+ base >= 4.5 && < 4.11, ekg-core >= 0.1 && < 0.2, text < 1.3, unordered-containers < 0.3