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 Jan 9, 2025
1 parent e965a84 commit f4d3c9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hasql-listen-notify.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cabal-version: 2.2
author: Mitchell Dalvi Rosen, Travis Staton
bug-reports: https://github.com/awkward-squad/hasql-listen-notify/issues
category: Hasql, PostgreSQL
copyright: Copyright (C) 2023-2024 Mitchell Dalvi Rosen, Travis Staton
copyright: Copyright (C) 2023-2025 Mitchell Dalvi Rosen, Travis Staton
description: LISTEN/NOTIFY with @hasql@.
homepage: https://github.com/awkward-squad/hasql-listen-notify
license-file: LICENSE
Expand All @@ -13,7 +13,7 @@ name: hasql-listen-notify
synopsis: LISTEN/NOTIFY with hasql
tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1
version: 0.1.0.1
x-revision: 3
x-revision: 4

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

0 comments on commit f4d3c9b

Please sign in to comment.