packages feed

tmp-proc-zipkin 0.5.3.0 → 0.5.3.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~tmp-procPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tmp-proc

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -2,6 +2,10 @@  `tmp-proc-zipkin` uses [PVP Versioning][1]. +## 0.5.3.1 -- 2023-08-16++* correct the lower bound on tmp-proc+ ## 0.5.3.0 -- 2023-08-11  * Use new `only` constructor
tmp-proc-zipkin.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               tmp-proc-zipkin-version:            0.5.3.0+version:            0.5.3.1 synopsis:           Launch ZipKin in docker using tmp-proc description:   Demos how to use tmp-proc to run ZipKin in docker in a unittest.@@ -36,7 +36,7 @@     , bytestring   >=0.10.8.2 && <0.12.1     , http-client  >=0.5.13.1 && <0.8.0.0     , text         >=1.2.3 && <2.2-    , tmp-proc     >=0.5  && <0.6+    , tmp-proc     >=0.5.3  && <0.6     , tracing      >=0.0.7.2  && <0.1.0    default-language: Haskell2010