packages feed

tmp-proc-postgres 0.5.3.1 → 0.6.0.0

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~textdep ~tmp-proc

Dependency ranges changed: text, tmp-proc

Files

ChangeLog.md view
@@ -2,6 +2,10 @@  `tmp-proc-postgres` 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-postgres.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               tmp-proc-postgres-version:            0.5.3.1+version:            0.6.0.0 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.@@ -34,8 +34,8 @@     , base               >=4.11     && <5     , 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.3  && <0.6+    , text               >=1.2.3.0  && <1.3 || >=2.0 && <2.2+    , tmp-proc           >=0.5.3  && <0.7    default-language: Haskell2010   ghc-options:      -fno-ignore-asserts -Wall