Skip to content

Commit

Permalink
Bump libpq bounds (#1547)
Browse files Browse the repository at this point in the history
* bump libpq bounds

* changelog entry
  • Loading branch information
parsonsmatt authored Sep 5, 2024
1 parent 24f5d92 commit 0c74e3f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions persistent-postgresql/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for persistent-postgresql

## Unreleased

* [#1547](https://github.com/yesodweb/persistent/pull/1547)
* Bump `libpq` bounds

## 2.13.6.2

* [#1536](https://github.com/yesodweb/persistent/pull/1536/)
Expand Down
2 changes: 1 addition & 1 deletion persistent-postgresql/persistent-postgresql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ library
, monad-logger >= 0.3.25
, mtl
, postgresql-simple >= 0.6.1 && < 0.8
, postgresql-libpq >= 0.9.4.2 && < 0.11
, postgresql-libpq >= 0.9.4.2 && < 0.12
, resourcet >= 1.1.9
, resource-pool
, string-conversions
Expand Down
8 changes: 6 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2023-05-03 # GHC 9.4.5
resolver: nightly-2024-05-03 # GHC 9.4.5

packages:
- ./persistent
Expand All @@ -11,4 +11,8 @@ packages:
- ./persistent-qq

extra-deps:
- attoparsec-aeson-2.1.0.0
# - attoparsec-aeson-2.1.0.0
- postgresql-libpq-0.11.0.0
- postgresql-libpq-configure-0.11
- postgresql-simple-0.7.0.0
- hashable-1.4.3.0

0 comments on commit 0c74e3f

Please sign in to comment.