packages feed

Cabal revisions of ekg-statsd-0.2.2.0

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

revision 1
-name:                ekg-statsd-version:             0.2.2.0-synopsis:            Push metrics to statsd-description:-  This library lets you push system metrics to a statsd server.-homepage:            https://github.com/tibbe/ekg-statsd-bug-reports:         https://github.com/tibbe/ekg-statsd/issues-license:             BSD3-license-file:        LICENSE-author:              Johan Tibell-maintainer:          Johan Tibell <johan.tibell@gmail.com>,-                     Mikhail Glushenkov <mikhail.glushenkov@gmail.com>-category:            System-build-type:          Simple-extra-source-files:  CHANGES.md-cabal-version:       >=1.10-tested-with:         GHC==8.2.1, GHC==8.0.2, GHC == 7.10.3, GHC == 7.8.4, GHC == 7.6.3--library-  exposed-modules:-    System.Remote.Monitoring.Statsd--  build-depends:-    base >= 4.5 && < 4.11,-    bytestring < 1.0,-    ekg-core >= 0.1 && < 1.0,-    network < 2.7,-    text < 1.3,-    time < 1.9,-    unordered-containers < 0.3--  default-language:    Haskell2010--  ghc-options: -Wall--source-repository head-  type:     git-  location: https://github.com/tibbe/ekg-statsd.git+name:                ekg-statsd
+version:             0.2.2.0
+x-revision: 1
+synopsis:            Push metrics to statsd
+description:
+  This library lets you push system metrics to a statsd server.
+homepage:            https://github.com/tibbe/ekg-statsd
+bug-reports:         https://github.com/tibbe/ekg-statsd/issues
+license:             BSD3
+license-file:        LICENSE
+author:              Johan Tibell
+maintainer:          Johan Tibell <johan.tibell@gmail.com>,
+                     Mikhail Glushenkov <mikhail.glushenkov@gmail.com>
+category:            System
+build-type:          Simple
+extra-source-files:  CHANGES.md
+cabal-version:       >=1.10
+tested-with:         GHC==8.2.1, GHC==8.0.2, GHC == 7.10.3, GHC == 7.8.4, GHC == 7.6.3
+
+library
+  exposed-modules:
+    System.Remote.Monitoring.Statsd
+
+  build-depends:
+    base >= 4.5 && < 4.12,
+    bytestring < 1.0,
+    ekg-core >= 0.1 && < 1.0,
+    network < 2.7,
+    text < 1.3,
+    time < 1.9,
+    unordered-containers < 0.3
+
+  default-language:    Haskell2010
+
+  ghc-options: -Wall
+
+source-repository head
+  type:     git
+  location: https://github.com/tibbe/ekg-statsd.git