tmp-proc 0.7.2.1 → 0.7.2.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~random
Dependency ranges changed: random
Files
- ChangeLog.md +4/−0
- tmp-proc.cabal +2/−2
ChangeLog.md view
@@ -2,6 +2,10 @@ `tmp-proc` uses [PVP Versioning][1]. +## 0.7.2.2 -- 2025-01-06++* Relax the upper version bounds of random+ ## 0.7.2.1 -- 2024-11-05 * Updated the tested-with metadata with latest CI GHCs
tmp-proc.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: tmp-proc-version: 0.7.2.1+version: 0.7.2.2 synopsis: Run 'tmp' processes in integration tests description: @tmp-proc@ runs services in docker containers for use in integration tests.@@ -54,7 +54,7 @@ , mtl >=2.2 && <2.3 || >=2.3.1 && <2.4 , network >=2.6.3 && <3.3 , process ^>=1.6.3.0- , random >=1.1 && <1.3+ , random >=1.1 && <1.4 , text >=1.2.3 && <2.2 , tls >=1.7 && <2.2 , unliftio ^>=0.2.7