packages feed

tmp-proc 0.7.2.6 → 0.7.2.7

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~tlsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tls

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -2,6 +2,10 @@  `tmp-proc` uses [PVP Versioning][1]. +## 0.7.2.7 -- 2026-04-20++* Relax the upper version bounds of tls+ ## 0.7.2.6 -- 2025-04-05  * Relax the upper version bounds of http-client-tls
tmp-proc.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               tmp-proc-version:            0.7.2.6+version:            0.7.2.7 synopsis:           Run 'tmp' processes in integration tests description:   @tmp-proc@ runs services in docker containers for use in integration tests.@@ -56,7 +56,7 @@     , process     ^>=1.6.3.0     , random      >=1.1      && <1.4     , text        >=1.2.3    && <2.2-    , tls         >=1.7      && <2.4+    , tls         >=1.7      && <2.5     , unliftio    ^>=0.2.7     , wai         >=3.2      && <3.3     , warp        >=3.3      && <3.5