statsd-0.1.0.1: statsd.cabal
name: statsd
version: 0.1.0.1
synopsis: StatsD API.
description: This package provides a simple interface to <https://github.com/etsy/statsd/ StatsD>.
homepage: https://github.com/mitchellwrosen/statsd-haskell
license: LGPL-3
license-file: LICENSE
author: Mitchell Rosen
maintainer: mitchellwrosen@gmail.com
copyright: Copyright (C) 2014 Mitchell Rosen
category: Network
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Statsd
build-depends: base >= 4 && < 5
, bytestring >= 0.10 && < 1.0
, monad-control >= 0.3 && < 0.4
, mtl >= 2.0 && < 2.3
, network >= 2.3 && < 3.0
, random >= 1.0 && < 2.0
hs-source-dirs: src
default-language: Haskell2010
default-extensions: FlexibleContexts
, OverloadedStrings
, RankNTypes
ghc-options: -Wall