tmp-proc-example 0.5.3.1 → 0.6.0.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~tmp-proc
Dependency ranges changed: tmp-proc
Files
- ChangeLog.md +4/−0
- tmp-proc-example.cabal +2/−2
ChangeLog.md view
@@ -2,6 +2,10 @@ `tmp-proc-example` uses [PVP Versioning][1]. +## 0.6.0.0 -- 2024-01-09++* Extend the upper bound for tmp-proc to 0.6+ ## 0.5.3.1 -- 2023-08-16 * correct the lower bound on tmp-proc
tmp-proc-example.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: tmp-proc-example-version: 0.5.3.1+version: 0.6.0.0 synopsis: Test a simple service with backends running on docker using tmp-proc description: An example of testing a service that uses Postgresql and Redis where these@@ -69,7 +69,7 @@ , tasty-hunit , text , time- , tmp-proc >=0.5.3 && <0.6+ , tmp-proc >=0.5.3 && <0.7 , tmp-proc-postgres , tmp-proc-redis , transformers