packages feed

monad-metrics 0.2.2.0 → 0.2.2.1

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~hashablePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hashable

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change Log +## v0.2.2.1++- Bump upper bounds+ ## v0.2.2.0  - Add `gaugeIncrement` and `gaugeDecrement` functions [#16](https://github.com/parsonsmatt/monad-metrics/pull/16)
monad-metrics.cabal view
@@ -1,5 +1,5 @@ name:                monad-metrics-version:             0.2.2.0+version:             0.2.2.1 synopsis:            A convenient wrapper around EKG metrics description:         A convenient wrapper for collecting application metrics. Please see the README.md for more information. homepage:            https://github.com/parsonsmatt/monad-metrics#readme@@ -21,11 +21,11 @@                      , clock                >= 0.3     && < 0.9                      , ekg-core             >= 0.1.0.1 && < 0.2                      , exceptions           >= 0.6     && < 0.11-                     , hashable             >= 1.2     && < 1.4+                     , hashable             >= 1.2     && < 1.5                      , microlens            >= 0.2     && < 0.5-                     , mtl                  >= 2       && < 2.3-                     , text                               < 1.3-                     , transformers         >= 0.3     && < 0.6+                     , mtl                  >= 2       && < 2.4+                     , text                               +                     , transformers         >= 0.3     && < 0.7                      , unordered-containers >= 0.2     && < 0.3   default-language:    Haskell2010   ghc-options:         -Wall