tmp-proc-postgres 0.5.2.2 → 0.5.2.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~bytestring
Dependency ranges changed: bytestring
Files
- ChangeLog.md +4/−0
- tmp-proc-postgres.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for tmp-proc-postgres +## 0.5.2.3 -- 2023-07-12++* Extend the version bounds of bytestring to allow 0.12+ ## 0.5.2.1 -- 2022-08-11 * Relax version bounds
tmp-proc-postgres.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: tmp-proc-postgres-version: 0.5.2.2+version: 0.5.2.3 synopsis: Shows how to run a PostgreSQL database as a tmp proc description: An example of using tmp-proc to launch dockerized PostgreSQL in integration tests.@@ -30,7 +30,7 @@ hs-source-dirs: src build-depends: , base >=4.11 && <5- , bytestring >=0.10.8.2 && <0.12+ , bytestring >=0.10.8.2 && <0.12.1 , postgresql-simple >=0.5.4 && <0.7 , text >=1.2.3.0 && <1.3 || >=2.0 && <2.1 , tmp-proc >=0.5 && <0.6