name: network-carbon
version: 1.0.6
synopsis: A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)
homepage: http://github.com/ocharles/network-carbon
license: BSD3
license-file: LICENSE
author: Oliver Charles
maintainer: ollie@ocharles.org.uk
build-type: Simple
cabal-version: >=1.10
extra-source-files: Changelog.md
library
exposed-modules:
Network.Carbon.Plaintext
build-depends:
base >=4.6 && <4.9,
bytestring >=0.10.2 && <0.11,
network >= 2.4 && < 2.7,
text >= 0.10 && < 1.3,
time >= 1.4 && < 1.6,
vector >= 0.10 && < 0.12
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -O2 -fwarn-incomplete-uni-patterns