name: network-carbon version: 1.0.7 x-revision: 1 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.10, bytestring >=0.10.2 && <0.11, network >= 2.4 && < 2.7, text >= 0.10 && < 1.3, time >= 1.4 && < 1.7, vector >= 0.10 && < 0.13 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -O2 -fwarn-incomplete-uni-patterns