packages feed

tmp-proc-postgres 0.5.2.1 → 0.5.2.2

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~postgresql-simpledep ~text

Dependency ranges changed: postgresql-simple, text

Files

tmp-proc-postgres.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               tmp-proc-postgres-version:            0.5.2.1+version:            0.5.2.2 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.@@ -10,7 +10,7 @@ copyright:          2021 Tim Emiola author:             Tim Emiola maintainer:         adetokunbo@users.noreply.github.com-category:           testing+category:           testing, docker bug-reports:        https://github.com/adetokunbo/tmp-proc/issues build-type:         Simple extra-source-files:@@ -31,8 +31,8 @@   build-depends:     , base               >=4.11     && <5     , bytestring         >=0.10.8.2 && <0.12-    , postgresql-simple  >=0.5.4.0  && <0.6.5-    , text               >=1.2.3 && <2.2+    , postgresql-simple  >=0.5.4  && <0.7+    , text               >=1.2.3.0  && <1.3 || >=2.0 && <2.1     , tmp-proc           >=0.5  && <0.6    default-language: Haskell2010