opentracing-zipkin-common 0.2.0 → 0.2.2
raw patch · 2 files changed
+12/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +10/−0
- opentracing-zipkin-common.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,13 @@+* 0.2.2 (2022-05-09)++ Support for base 4.16 / GHC 9.2++ GHC versions below 8.10 are no longer tested in CI.++* opentracing/0.2.1 (2021-11-08)++ Support aeson 2.x (#39)+ * 0.2.0 (2021-06-03) - Drop support for GHC 8.0 (#35)
opentracing-zipkin-common.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: opentracing-zipkin-common-version: 0.2.0+version: 0.2.2 synopsis: Zipkin OpenTracing Backend Commons description: Commons for the @opentracing-zipkin-v1@ and @opentracing-zipkin-v2@ packages homepage: https://github.com/kim/opentracing@@ -36,7 +36,7 @@ -Wnoncanonical-monad-instances build-depends: aeson >= 1.1- , base >= 4.9 && < 4.16+ , base >= 4.9 && < 4.17 , opentracing >= 0.1 , text >= 1.2 default-language: Haskell2010