opentracing-zipkin-v1 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.V1.HttpReporter: data Endpoint
+ OpenTracing.Zipkin.V1.HttpReporter: data () => Endpoint
- OpenTracing.Zipkin.V1.HttpReporter: zoLogfmt :: forall t_apBU. Foldable t_apBU => Getter ZipkinOptions (t_apBU LogField -> Builder)
+ OpenTracing.Zipkin.V1.HttpReporter: zoLogfmt :: forall t_aqr7. Foldable t_aqr7 => Getter ZipkinOptions (t_aqr7 LogField -> Builder)
Files
opentracing-zipkin-v1.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: opentracing-zipkin-v1-version: 0.3.0+version: 0.3.0.1 synopsis: Zipkin V1 backend for OpenTracing homepage: https://github.com/kim/opentracing bug-reports: https://github.com/kim/opentracing/issues@@ -40,7 +40,7 @@ -Wnoncanonical-monad-instances build-depends: QuickCheck >= 2.14- , base >= 4.9 && < 4.19+ , base >= 4.9 && < 5 , bytestring >= 0.10 , exceptions >= 0.8 , hashable >= 1.2