network-carbon-1.0.13: network-carbon.cabal
name: network-carbon
version: 1.0.13
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.13,
bytestring >=0.10.2 && <0.11,
network >= 2.4 && < 2.8,
text >= 0.10 && < 1.3,
time >= 1.4 && < 1.10,
vector >= 0.10 && < 0.13
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -O2 -fwarn-incomplete-uni-patterns