packages feed

Cabal revisions of ekg-json-0.1.1.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:               ekg-json-version:            0.1.1.1-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.--homepage:           https://github.com/L0neGamer/ekg-json-bug-reports:        https://github.com/L0neGamer/ekg-json/issues-license:            BSD3-license-file:       LICENSE-author:             Johan Tibell-maintainer:-  Johan Tibell <johan.tibell@gmail.com>,-  Mikhail Glushenkov <mikhail.glushenkov@gmail.com>--category:           Distribution-extra-source-files: CHANGES.md-build-type:         Simple-cabal-version:      >=1.10-tested-with:-  GHC ==8.0.2-   || ==8.2.2-   || ==8.4.4-   || ==8.6.5-   || ==8.8.3-   || ==8.10.7-   || ==9.0.2-   || ==9.2.8-   || ==9.4.8-   || ==9.6.4-   || ==9.6.6-   || ==9.8.2-   || ==9.10.1--library-  exposed-modules:  System.Metrics.Json-  build-depends:-      aeson                 >=0.4 && <1.6  || >=2.0 && <2.3-    , base                  >=4.6 && <4.21-    , ekg-core              >=0.1 && <0.2-    , text                  <2.2-    , unordered-containers  <0.3--  default-language: Haskell2010--source-repository head-  type:     git-  location: https://github.com/L0neGamer/ekg-json.git+name:               ekg-json
+version:            0.1.1.1
+x-revision: 1
+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.
+
+homepage:           https://github.com/L0neGamer/ekg-json
+bug-reports:        https://github.com/L0neGamer/ekg-json/issues
+license:            BSD3
+license-file:       LICENSE
+author:             Johan Tibell
+maintainer:
+  Johan Tibell <johan.tibell@gmail.com>,
+  Mikhail Glushenkov <mikhail.glushenkov@gmail.com>
+
+category:           Distribution
+extra-source-files: CHANGES.md
+build-type:         Simple
+cabal-version:      >=1.10
+tested-with:
+  GHC ==8.0.2
+   || ==8.2.2
+   || ==8.4.4
+   || ==8.6.5
+   || ==8.8.3
+   || ==8.10.7
+   || ==9.0.2
+   || ==9.2.8
+   || ==9.4.8
+   || ==9.6.4
+   || ==9.6.6
+   || ==9.8.2
+   || ==9.10.1
+
+library
+  exposed-modules:  System.Metrics.Json
+  build-depends:
+      aeson                 >=0.4 && <1.6  || >=2.0 && <2.3
+    , base                  >=4.6 && <4.22
+    , ekg-core              >=0.1 && <0.2
+    , text                  <2.2
+    , unordered-containers  <0.3
+
+  default-language: Haskell2010
+
+source-repository head
+  type:     git
+  location: https://github.com/L0neGamer/ekg-json.git
revision 2
 name:               ekg-json
 version:            0.1.1.1
-x-revision: 1
+x-revision: 2
 synopsis:           JSON encoding of ekg metrics
 description:
   Encodes ekg metrics as JSON, using the same encoding as used by the
   exposed-modules:  System.Metrics.Json
   build-depends:
       aeson                 >=0.4 && <1.6  || >=2.0 && <2.3
-    , base                  >=4.6 && <4.22
+    , base                  >=4.6 && <4.23
     , ekg-core              >=0.1 && <0.2
     , text                  <2.2
     , unordered-containers  <0.3