monad-metrics 0.2.1.1 → 0.2.1.2
raw patch · 3 files changed
+7/−7 lines, 3 filesdep ~exceptionsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: exceptions
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- README.md +1/−1
- monad-metrics.cabal +5/−5
LICENSE view
@@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2017 Taylor Fausak, Seller Labs+Copyright (c) 2016-2018 Taylor Fausak, Seller Labs, Matt Parsons Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in
README.md view
@@ -3,7 +3,7 @@ # `monad-metrics` -[](https://travis-ci.org/sellerlabs/monad-metrics)+[](https://travis-ci.org/parsonsmatt/monad-metrics) This library defines a convenient wrapper and API for using [EKG][] metrics in your application. It's heavily inspired by the metrics code that Taylor Fausak
monad-metrics.cabal view
@@ -1,13 +1,13 @@ name: monad-metrics-version: 0.2.1.1+version: 0.2.1.2 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/sellerlabs/monad-metrics#readme+homepage: https://github.com/parsonsmatt/monad-metrics#readme license: MIT license-file: LICENSE author: Matthew Parsons-maintainer: matt@sellerlabs.com-copyright: 2017 Seller Labs, 2016 Taylor Fausak+maintainer: parsonsmatt@gmail.com+copyright: 2018 Matt Parsons, 2017 Seller Labs, 2016 Taylor Fausak category: Web build-type: Simple extra-source-files: README.md, CHANGELOG.md@@ -20,7 +20,7 @@ build-depends: base >= 4.8 && < 5 , clock >= 0.3 && < 0.8 , ekg-core >= 0.1.0.1 && < 0.2- , exceptions >= 0.6 && < 0.10+ , exceptions >= 0.6 && < 0.11 , hashable >= 1.2 && < 1.3 , microlens >= 0.2 && < 0.5 , mtl >= 2 && < 2.3