Skip to content

Commit 96950cb

Browse files
committed
Tweak dependencies since Hasql.Pool compilation was failing on 0.2.2.0
1 parent b930b39 commit 96950cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hasql-notifications.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hasql-notifications
2-
version: 0.2.2.0
2+
version: 0.2.2.1
33
synopsis: LISTEN/NOTIFY support for Hasql
44
description: Use PostgreSQL Asynchronous notification support with your Hasql Types.
55
homepage: https://github.com/diogob/hasql-notifications
@@ -19,7 +19,7 @@ library
1919
build-depends: base >= 4.7 && < 5
2020
, bytestring >= 0.10.8.2
2121
, text >= 2 && < 2.2
22-
, hasql-pool >= 0.4 && < 1.1
22+
, hasql-pool >= 0.5 && < 0.6
2323
, bytestring >= 0.10
2424
, postgresql-libpq >= 0.9 && < 1.0
2525
, hasql >= 0.19

0 commit comments

Comments
 (0)