packages feed

Cabal revisions of network-carbon-1.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name: network-carbon-version: 1.0.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.8,-    bytestring >=0.9 && <0.11,-    network >= 2.4 && < 2.6,-    text >= 0.10 && < 1.2,-    time >= 1.4 && < 1.5,-    vector >= 0.10 && < 0.11--  hs-source-dirs: src-  default-language: Haskell2010--  ghc-options: -Wall -O2 -fwarn-incomplete-uni-patterns+name: network-carbon
+version: 1.0.1
+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.8,
+    bytestring >=0.10.2 && <0.11,
+    network >= 2.4 && < 2.6,
+    text >= 0.10 && < 1.2,
+    time >= 1.4 && < 1.5,
+    vector >= 0.10 && < 0.11
+
+  hs-source-dirs: src
+  default-language: Haskell2010
+
+  ghc-options: -Wall -O2 -fwarn-incomplete-uni-patterns