packages feed

tmp-proc-postgres 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 view
@@ -2,6 +2,10 @@  `tmp-proc-postgres` 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  * Extend the upper version bound for postgresql-simple
tmp-proc-postgres.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               tmp-proc-postgres-version:            0.5.3.0+version:            0.5.3.1 synopsis:           Launch a PostgreSQL database in docker using tmp-proc description:   Demos how to use tmp-proc to run a PostgreSQL database in docker in a unittest.@@ -35,7 +35,7 @@     , bytestring         >=0.10.8.2 && <0.12.1     , postgresql-simple  >=0.5.4  && <0.8     , text               >=1.2.3.0  && <1.3 || >=2.0 && <2.1-    , tmp-proc           >=0.5  && <0.6+    , tmp-proc           >=0.5.3  && <0.6    default-language: Haskell2010   ghc-options:      -fno-ignore-asserts -Wall