Skip to content

Commit

Permalink
bump hasql upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed May 5, 2024
1 parent 04ced83 commit 22af634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hasql-listen-notify.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ name: hasql-listen-notify
synopsis: LISTEN/NOTIFY with hasql
tested-with: GHC == 9.4.8, GHC == 9.6.3, GHC == 9.8.1
version: 0.1.0.1
x-revision: 1

extra-doc-files:
CHANGELOG.md
Expand All @@ -26,7 +27,7 @@ library
build-depends:
base ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19,
bytestring ^>= 0.10 || ^>= 0.11 || ^>= 0.12,
hasql ^>= 1.6,
hasql ^>= 1.6 || ^>= 1.7,
mtl ^>= 2.2 || ^>= 2.3.1,
postgresql-libpq ^>= 0.9.4.3 || ^>= 0.10,
text ^>= 1.2.5.0 || ^>= 2.0 || ^>= 2.1,
Expand Down

0 comments on commit 22af634

Please sign in to comment.