packages feed

ekg-carbon 1.0.6 → 1.0.7

raw patch · 2 files changed

+21/−2 lines, 2 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,3 +1,11 @@+## 1.0.7++### Other Changes++- Increased upper bound of `time` to allow < 1.9.++---+ ## 1.0.6  ### Non-breaking Changes@@ -5,16 +13,22 @@ * Increased the upper bound of `base`, `time` and `vector`.   This is a minor version bump as `vector` has changed contexts for instances. +---+ ## 1.0.5  * Increased upper-bounds of:        * `vector` +---+ ## 1.0.4  * Added `forkCarbonRestart`, which allows caller's to have a little more control over what happens when the Carbon thread crashes. +---+ ## 1.0.3  * Increased upper-bounds of:@@ -22,6 +36,7 @@       * `base`       * `time` +---  ## 1.0.2 @@ -32,6 +47,8 @@    Thanks to Konstantine Rybnikov (@k-bx) for this change. +---+ ## 1.0.1  * Decreased lower-bounds of:@@ -42,6 +59,8 @@       * `vector`    Thanks to Renzo Carbonara (@k0001) for this change.++---  ## 1.0.0 
ekg-carbon.cabal view
@@ -1,5 +1,5 @@ name: ekg-carbon-version: 1.0.6+version: 1.0.7 synopsis: An EKG backend to send statistics to Carbon (part of Graphite monitoring tools) homepage: http://github.com/ocharles/ekg-carbon license: BSD3@@ -20,7 +20,7 @@     network >= 2.4 && < 2.7,     network-carbon >= 1.0.0 && <1.1,     text >= 0.10 && < 1.3,-    time >= 1.4 && < 1.8,+    time >= 1.4 && < 1.9,     unordered-containers,     vector >= 0.10 && < 0.13