Skip to content

Commit 19d7567

Browse files
chore(deps): update hasql
1 parent 66a9422 commit 19d7567

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: postgrest.cabal

+5-5
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ library
108108
, either >= 4.4.1 && < 5.1
109109
, extra >= 1.7.0 && < 2.0
110110
, fuzzyset >= 0.2.4 && < 0.3
111-
, hasql >= 1.6.1.1 && < 1.7
111+
, hasql >=1.6.1.1 && <1.10
112112
, hasql-dynamic-statements >= 0.3.1 && < 0.4
113113
, hasql-notifications >= 0.2.2.0 && < 0.3
114-
, hasql-pool >= 1.0.1 && < 1.1
115-
, hasql-transaction >= 1.0.1 && < 1.1
114+
, hasql-pool >=1.0.1 && <1.4
115+
, hasql-transaction >=1.0.1 && <1.3
116116
, heredoc >= 0.2 && < 0.3
117117
, http-types >= 0.12.2 && < 0.13
118118
, insert-ordered-containers >= 0.2.2 && < 0.3
@@ -259,8 +259,8 @@ test-suite spec
259259
, bytestring >= 0.10.8 && < 0.13
260260
, case-insensitive >= 1.2 && < 1.3
261261
, containers >= 0.5.7 && < 0.7
262-
, hasql-pool >= 1.0.1 && < 1.1
263-
, hasql-transaction >= 1.0.1 && < 1.1
262+
, hasql-pool >=1.0.1 && <1.4
263+
, hasql-transaction >=1.0.1 && <1.3
264264
, heredoc >= 0.2 && < 0.3
265265
, hspec >= 2.3 && < 2.12
266266
, hspec-wai >= 0.10 && < 0.12

0 commit comments

Comments
 (0)