packages feed

tmp-proc 0.6.0.0 → 0.6.0.1

raw patch · 2 files changed

+7/−2 lines, 2 filesdep +tlsdep ~bytestring

Dependencies added: tls

Dependency ranges changed: bytestring

Files

ChangeLog.md view
@@ -2,6 +2,10 @@  `tmp-proc` uses [PVP Versioning][1]. +## 0.6.0.1 -- 2024-02-28++* Extend the version bounds of bytestring to allow 0.12.1+ ## 0.6.0.0 -- 2024-01-09  * Removed SomeProcs
tmp-proc.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               tmp-proc-version:            0.6.0.0+version:            0.6.0.1 synopsis:           Run 'tmp' processes in integration tests description:   @tmp-proc@ runs services in docker containers for use in integration tests.@@ -58,11 +58,12 @@   build-depends:     , async       ^>=2.2.1     , base        >=4.11     && <5-    , bytestring  >=0.10.8.2 && <0.12.1+    , bytestring  >=0.10.8.2 && <0.12.2     , mtl         >=2.2 && <2.3 || >= 2.3.1 && <2.4     , network     >=2.6.3.6  && <3.2     , process     ^>=1.6.3.0     , text        >=1.2.3 && <2.2+    , tls         >=1.7 && <2.0     , unliftio    ^>=0.2.7     , wai         >=3.2      && <3.3     , warp        >=3.3      && <3.5