ekg-json 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- System.Metrics.Json: instance Show Sample
- System.Metrics.Json: instance Show Value
- System.Metrics.Json: instance ToJSON Sample
- System.Metrics.Json: instance ToJSON Value
+ System.Metrics.Json: instance Data.Aeson.Types.Class.ToJSON System.Metrics.Json.Sample
+ System.Metrics.Json: instance Data.Aeson.Types.Class.ToJSON System.Metrics.Json.Value
+ System.Metrics.Json: instance GHC.Show.Show System.Metrics.Json.Sample
+ System.Metrics.Json: instance GHC.Show.Show System.Metrics.Json.Value
Files
- ekg-json.cabal +2/−2
ekg-json.cabal view
@@ -1,5 +1,5 @@ name: ekg-json-version: 0.1.0.0+version: 0.1.0.1 synopsis: JSON encoding of ekg metrics description: Encodes ekg metrics as JSON, using the same encoding as used by the@@ -19,7 +19,7 @@ exposed-modules: System.Metrics.Json build-depends:- aeson < 0.11,+ aeson < 0.12, base >= 4.5 && < 4.9, ekg-core >= 0.1 && < 0.2, text < 1.3,