Skip to content

Commit 344c537

Browse files
committed
Thighten hasql-notifications dependency
1 parent bd244d6 commit 344c537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgres-websockets.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ library
4343
, either >= 5.0.1.1 && < 5.1
4444
, envparse >= 0.5.0 && < 0.6
4545
, hasql ^>= 1.7
46-
, hasql-notifications >= 0.1.0.0 && < 0.3
46+
, hasql-notifications >= 0.2.3.0 && < 0.3
4747
, hasql-pool ^>= 1.2
4848
, http-types >= 0.12.3 && < 0.13
4949
, jose >= 0.11 && < 0.12
@@ -95,7 +95,7 @@ test-suite postgres-websockets-test
9595
, aeson >= 2.0 && < 2.3
9696
, hasql ^>= 1.7
9797
, hasql-pool ^>= 1.2
98-
, hasql-notifications >= 0.1.0.0 && < 0.3
98+
, hasql-notifications >= 0.2.3.0 && < 0.3
9999
, http-types >= 0.9
100100
, time >= 1.8.0.2 && < 1.13
101101
, unordered-containers >= 0.2

0 commit comments

Comments
 (0)