Skip to content

Commit

Permalink
Bump versions for postgresql-simple and postgresql-libpq (#1516)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
Vekhir and parsonsmatt authored Sep 19, 2023
1 parent eec3a32 commit a3a25eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions persistent-postgresql/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions persistent-postgresql/persistent-postgresql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3a25eb

Please sign in to comment.