cabal-version: >=1.10 name: ekg-json version: 0.1.0.7.0.0.0.0.1 license: BSD3 license-file: LICENSE maintainer: Johan Tibell , Mikhail Glushenkov author: Johan Tibell tested-with: ghc ==8.10.1 ghc ==8.8.3 ghc ==8.6.5 ghc ==8.4.4 ghc ==8.2.2 ghc ==8.0.2 ghc ==7.10.3 ghc ==7.8.4 ghc ==7.6.3 homepage: https://github.com/tibbe/ekg-json bug-reports: https://github.com/tibbe/ekg-json/issues synopsis: JSON encoding of ekg metrics description: Encodes ekg metrics as JSON, using the same encoding as used by the ekg package, thus allowing ekg metrics to be served by other HTTP servers than the one used by the ekg package. category: Distribution build-type: Simple extra-source-files: CHANGES.md source-repository head type: git location: https://github.com/tibbe/ekg-json.git library exposed-modules: System.Metrics.Json default-language: Haskell2010 build-depends: aeson >=2.0 && <2.2, base >=4.6 && <5, ekg-core >=0.1 && <0.2, text <1.3 || >=2.0 && <2.1, unordered-containers <0.3