name: network-carbon
version: 1.0.0
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.8,
bytestring >=0.10.2.0 && <0.11,
network >= 2.5.0.0 && < 2.6,
text >= 1.1.1.3 && < 1.2,
time >= 1.4.2 && < 1.5,
vector >= 0.10.11.0 && < 0.11
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -O2 -fwarn-incomplete-uni-patterns