opentracing-zipkin-v2 0.3.0 → 0.3.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- OpenTracing.Zipkin.V2.HttpReporter: data Endpoint
+ OpenTracing.Zipkin.V2.HttpReporter: data () => Endpoint
- OpenTracing.Zipkin.V2.HttpReporter: zoLogfmt :: forall t_aaHg. Foldable t_aaHg => Getter ZipkinOptions (t_aaHg LogField -> Builder)
+ OpenTracing.Zipkin.V2.HttpReporter: zoLogfmt :: forall t_actY. Foldable t_actY => Getter ZipkinOptions (t_actY LogField -> Builder)
Files
opentracing-zipkin-v2.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: opentracing-zipkin-v2-version: 0.3.0+version: 0.3.0.1 synopsis: Zipkin V2 backend for OpenTracing homepage: https://github.com/kim/opentracing bug-reports: https://github.com/kim/opentracing/issues@@ -36,7 +36,7 @@ -Wnoncanonical-monad-instances build-depends: aeson >= 1.1- , base >= 4.9 && < 4.19+ , base >= 4.9 && < 5 , base64-bytestring >= 1.0 , bytestring >= 0.10 , exceptions >= 0.8