From a3a25ebc3b22cacab7977d8b8088baa0b78f5a8d Mon Sep 17 00:00:00 2001 From: Vekhir <134215107+Vekhir@users.noreply.github.com> Date: Tue, 19 Sep 2023 02:03:27 +0200 Subject: [PATCH] Bump versions for postgresql-simple and postgresql-libpq (#1516) * Bump versions for postgresql-simple and postgresql-libpq Builds and tests fine * Update ChangeLog.md * Bump version to 2.13.5.3 --------- Co-authored-by: Matt Parsons --- persistent-postgresql/ChangeLog.md | 2 ++ persistent-postgresql/persistent-postgresql.cabal | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/persistent-postgresql/ChangeLog.md b/persistent-postgresql/ChangeLog.md index 0a8d9bc49..28b856476 100644 --- a/persistent-postgresql/ChangeLog.md +++ b/persistent-postgresql/ChangeLog.md @@ -6,6 +6,8 @@ * Add the `createPostgresqlPoolTailored` function to support creating connection pools with a custom connection creation function. * Expose `getServerVersion` and `createBackend` for user's convenience. +* [#1516](https://github.com/yesodweb/persistent/pull/1516) + * Support postgresql-simple 0.7 and postgresql-libpq 0.10 ## 2.13.5.2 diff --git a/persistent-postgresql/persistent-postgresql.cabal b/persistent-postgresql/persistent-postgresql.cabal index 7247d5f56..e995b0c19 100644 --- a/persistent-postgresql/persistent-postgresql.cabal +++ b/persistent-postgresql/persistent-postgresql.cabal @@ -25,8 +25,8 @@ library , containers >= 0.5 , monad-logger >= 0.3.25 , mtl - , postgresql-simple >= 0.6.1 && < 0.7 - , postgresql-libpq >= 0.9.4.2 && < 0.10 + , postgresql-simple >= 0.6.1 && < 0.8 + , postgresql-libpq >= 0.9.4.2 && < 0.11 , resourcet >= 1.1.9 , resource-pool , string-conversions