arbor-monad-metric 0.0.2 → 0.0.4
raw patch · 2 files changed
+11/−7 lines, 2 filesdep ~generic-lensdep ~lensdep ~resourcetPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: generic-lens, lens, resourcet, stm
API changes (from Hackage documentation)
Files
- README.md +4/−1
- arbor-monad-metric.cabal +7/−6
README.md view
@@ -3,4 +3,7 @@ [](https://circleci.com/gh/arbor/arbor-monad-metric) This is a fork of `arbor-monad-counter` into a module namespace to add support for varied metric types.-The `arbor-monad-counter` is retained for backwards compatibility.+The `arbor-monad-counter` library is retained for backwards compatibility.++# Release+Bump the version in the `*.cabal` version; create a new commit “New version x.x.x.x`, wait for tagged build in CI and find a link to hackage in the build output and open it. Log in with hackage credentials if necessary, then click “publish candidate”
arbor-monad-metric.cabal view
@@ -1,7 +1,8 @@ name: arbor-monad-metric-version: 0.0.2+version: 0.0.4 description: Please see the README on Github at <https://github.com/arbor/arbor-monad-metric#readme>-category: Services+synopsis: Core metric library for publishing metrics.+category: Metrics homepage: https://github.com/arbor/arbor-monad-metric#readme bug-reports: https://github.com/arbor/arbor-monad-metric/issues author: Arbor Networks@@ -33,11 +34,11 @@ build-depends: base >= 4.7 && < 5 , containers >= 0.5.10 && < 0.6- , generic-lens >= 1.1.0 && < 1.2- , lens >= 4.17 && < 4.18+ , generic-lens >= 1.0.0.2 && < 1.2+ , lens >= 4.16 && < 4.18 , mtl >= 2.2.2 && < 2.3- , resourcet >= 1.2.2 && < 1.3- , stm >= 2.5.0 && < 2.6+ , resourcet >= 1.2.1 && < 1.3+ , stm >= 2.4.0 && < 2.6 , transformers >= 0.5.2 && < 0.6 default-language: Haskell2010