monad-metrics 0.2.1.2 → 0.2.1.3
raw patch · 2 files changed
+2/−5 lines, 2 filesdep ~clockPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: clock
API changes (from Hackage documentation)
Files
- README.md +0/−3
- monad-metrics.cabal +2/−2
README.md view
@@ -1,6 +1,3 @@-#!/usr/bin/env stack-> -- stack --install-ghc runghc --package monad-metrics --package turtle --package markdown-unlit -- "-pgmL markdown-unlit"- # `monad-metrics` [](https://travis-ci.org/parsonsmatt/monad-metrics)
monad-metrics.cabal view
@@ -1,5 +1,5 @@ name: monad-metrics-version: 0.2.1.2+version: 0.2.1.3 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@@ -18,7 +18,7 @@ exposed-modules: Control.Monad.Metrics , Control.Monad.Metrics.Internal build-depends: base >= 4.8 && < 5- , clock >= 0.3 && < 0.8+ , clock >= 0.3 && < 0.9 , ekg-core >= 0.1.0.1 && < 0.2 , exceptions >= 0.6 && < 0.11 , hashable >= 1.2 && < 1.3