We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b930b39 commit 96950cbCopy full SHA for 96950cb
hasql-notifications.cabal
@@ -1,5 +1,5 @@
1
name: hasql-notifications
2
-version: 0.2.2.0
+version: 0.2.2.1
3
synopsis: LISTEN/NOTIFY support for Hasql
4
description: Use PostgreSQL Asynchronous notification support with your Hasql Types.
5
homepage: https://github.com/diogob/hasql-notifications
@@ -19,7 +19,7 @@ library
19
build-depends: base >= 4.7 && < 5
20
, bytestring >= 0.10.8.2
21
, text >= 2 && < 2.2
22
- , hasql-pool >= 0.4 && < 1.1
+ , hasql-pool >= 0.5 && < 0.6
23
, bytestring >= 0.10
24
, postgresql-libpq >= 0.9 && < 1.0
25
, hasql >= 0.19
0 commit comments