statsd-client-0.2.0.0: statsd-client.cabal
name: statsd-client
version: 0.2.0.0
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE
copyright: © Keith Duncan
maintainer: Keith Duncan
stability: experimental
homepage: https://github.com/keithduncan/statsd-client
bug-reports: https://github.com/keithduncan/statsd-client/issues
synopsis: Statsd UDP client
category: Network
author: Keith Duncan
source-repository head
type: git
location: https://github.com/keithduncan/statsd-client
library
exposed-modules: Network.Statsd,
Network.Statsd.Cluster
default-language: Haskell2010
hs-source-dirs: src
build-depends: base >= 4.8 && < 4.9
, old-time >= 1.1.0.3
, random >= 1.1
, bytestring >= 0.10.6
, byteable >= 0.1.1
, cryptohash >= 0.11.6
, network >= 2.6.2.1
, network-uri >=2.6.0.3 && <2.7
, digest-pure >= 0.0.3
, time-units >= 1.0.0
, crypto-api >= 0.13.2
, DRBG >= 0.5.5