monad-metrics 0.2.1.3 → 0.2.1.4
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~hashablePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hashable
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- monad-metrics.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change Log +## v0.2.1.4++- Bump `hashable` upper bound.+ ## v0.2.1.1 - Bump `exceptions` upper bound from 0.9 to 0.10
monad-metrics.cabal view
@@ -1,5 +1,5 @@ name: monad-metrics-version: 0.2.1.3+version: 0.2.1.4 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,7 +21,7 @@ , clock >= 0.3 && < 0.9 , ekg-core >= 0.1.0.1 && < 0.2 , exceptions >= 0.6 && < 0.11- , hashable >= 1.2 && < 1.3+ , hashable >= 1.2 && < 1.4 , microlens >= 0.2 && < 0.5 , mtl >= 2 && < 2.3 , text < 1.3