tracing 0.0.7.2 → 0.0.7.3
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~time
Dependency ranges changed: time
Files
- README.md +1/−1
- tracing.cabal +2/−2
README.md view
@@ -1,4 +1,4 @@-# Tracing [](https://stackage.org/lts/package/tracing) [](https://stackage.org/nightly/package/tracing) [](https://hackage.haskell.org/package/tracing) [](https://travis-ci.org/mtth/tracing)+# Tracing [](https://stackage.org/lts/package/tracing) [](https://stackage.org/nightly/package/tracing) [](https://hackage.haskell.org/package/tracing) [](https://github.com/mtth/tracing/actions/workflows/test.yml) An [OpenTracing](https://opentracing.io/)-compliant, simple, and extensible distributed tracing library.
tracing.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: tracing-version: 0.0.7.2+version: 0.0.7.3 synopsis: Distributed tracing description: An OpenTracing-compliant, simple, and extensible distributed tracing library.@@ -44,7 +44,7 @@ , random >= 1.1 , stm >= 2.5 , text >= 1.2- , time >= 1.8 && < 1.10+ , time >= 1.8 , transformers >= 0.5 , unliftio >= 0.2 ghc-options: -Wall