tmp-proc-example 0.5.3.0 → 0.5.3.1
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.5.3.1 -- 2023-08-16++* correct the lower bound on tmp-proc+ ## 0.5.3.0 -- 2023-08-11 * Use the new `both` constructor
tmp-proc-example.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: tmp-proc-example-version: 0.5.3.0+version: 0.5.3.1 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+ , tmp-proc >=0.5.3 && <0.6 , tmp-proc-postgres , tmp-proc-redis , transformers