Skip to content

Commit 19e3c68

Browse files
chore(deps): update hasql
1 parent 9ae8854 commit 19e3c68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

postgrest.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ library
109109
, extra >= 1.7.0 && < 2.0
110110
, fuzzyset >= 0.2.4 && < 0.3
111111
, gitrev >= 1.2 && < 1.4
112-
, hasql >= 1.6.1.1 && < 1.7
112+
, hasql >=1.6.1.1 && <1.10
113113
, hasql-dynamic-statements >= 0.3.1 && < 0.4
114114
, hasql-notifications >= 0.2.2.0 && < 0.3
115-
, hasql-pool >= 1.0.1 && < 1.1
116-
, hasql-transaction >= 1.0.1 && < 1.1
115+
, hasql-pool >=1.0.1 && <1.4
116+
, hasql-transaction >=1.0.1 && <1.3
117117
, heredoc >= 0.2 && < 0.3
118118
, http-types >= 0.12.2 && < 0.13
119119
, insert-ordered-containers >= 0.2.2 && < 0.3
@@ -260,8 +260,8 @@ test-suite spec
260260
, bytestring >= 0.10.8 && < 0.13
261261
, case-insensitive >= 1.2 && < 1.3
262262
, containers >= 0.5.7 && < 0.7
263-
, hasql-pool >= 1.0.1 && < 1.1
264-
, hasql-transaction >= 1.0.1 && < 1.1
263+
, hasql-pool >=1.0.1 && <1.4
264+
, hasql-transaction >=1.0.1 && <1.3
265265
, heredoc >= 0.2 && < 0.3
266266
, hspec >= 2.3 && < 2.12
267267
, hspec-wai >= 0.10 && < 0.12

0 commit comments

Comments
 (0)