packages feed

tmp-proc-zipkin 0.6.0.1 → 0.7.0.0

raw patch · 2 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: tmp-proc

API changes (from Hackage documentation)

- System.TmpProc.Docker.Zipkin: ProcHandle :: !a -> !String -> !SvcURI -> !HostIpAddress -> ProcHandle a
- System.TmpProc.Docker.Zipkin: [hAddr] :: ProcHandle a -> !HostIpAddress
- System.TmpProc.Docker.Zipkin: [hPid] :: ProcHandle a -> !String
- System.TmpProc.Docker.Zipkin: [hProc] :: ProcHandle a -> !a
- System.TmpProc.Docker.Zipkin: [hUri] :: ProcHandle a -> !SvcURI
+ System.TmpProc.Docker.Zipkin: pattern ProcHandle :: a -> String -> SvcURI -> HostIpAddress -> ProcHandle a

Files

ChangeLog.md view
@@ -2,6 +2,10 @@  `tmp-proc-zipkin` uses [PVP Versioning][1]. +## 0.7.0.0 -- 2024-05-12++* Extend the upper bound for tmp-proc to allow 0.7+ ## 0.6.0.1 -- 2024-02-28  * Extend the version bounds of bytestring to allow 0.12.1
tmp-proc-zipkin.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               tmp-proc-zipkin-version:            0.6.0.1+version:            0.7.0.0 synopsis:           Launch ZipKin in docker using tmp-proc description:   Demos how to use tmp-proc to run ZipKin in docker in a unittest.@@ -16,12 +16,7 @@ extra-source-files:   ChangeLog.md   README.md-tested-with:-  GHC == 8.8.4-  GHC == 8.10.7-  GHC == 9.0.2-  GHC == 9.2.8-  GHC == 9.4.5+tested-with:        GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5  source-repository head   type:     git@@ -36,7 +31,7 @@     , bytestring   >=0.10.8.2 && <0.12.2     , http-client  >=0.5.13.1 && <0.8.0.0     , text         >=1.2.3 && <2.2-    , tmp-proc     >=0.5.3  && <0.7+    , tmp-proc     >=0.5.3  && <0.8     , tracing      >=0.0.7.2  && <0.1.0    default-language: Haskell2010