network-carbon

A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)

http://github.com/ocharles/network-carbon

Version on this page:1.0.5
LTS Haskell 11.22:1.0.12
Stackage Nightly 2018-03-12:1.0.11
Latest on Hackage:1.0.15

See all snapshots network-carbon appears in

BSD-3-Clause licensed by Oliver Charles
Maintained by [email protected]
This version can be pinned in stack with:network-carbon-1.0.5@sha256:0309c9d19a4844fef3280c72d08edda78d1ffedc0dd830830cb52a4dc57647d3,709

Module documentation for 1.0.5

Changes

1.0.5

  • Correct the lower-bound of bytestring (introduced by @bergmark in 1.0.3)

1.0.4

  • Increased upper-bound of vector.

1.0.3

  • Increased upper-bounds of:

    * `base`
    * `time`
    

1.0.2

  • Increased upper-bounds of:

    * `network`
    * `text`
    

    Thanks to Peter Simons (@peti) for pointing this out.

1.0.1

  • Decreased lower-bounds of:

    * `bytestring`
    * `network`
    * `text`
    * `time`
    * `vector`
    

    Thanks to Renzo Carbonara (@k0001) for this change.

1.0.0

  • Initial release.