Skip to content

Commit 27ca6b4

Browse files
committed
Pin hasql versions in cabal and stack
1 parent e0cc4d1 commit 27ca6b4

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

postgrest.cabal

+7-7
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ executable postgrest
3333
default-language: Haskell2010
3434
build-depends: auto-update
3535
, base >= 4.8 && < 4.10
36-
, hasql == 1.1
37-
, hasql-pool == 0.4.3
36+
, hasql >= 1.3 && < 1.4
37+
, hasql-pool >= 0.5 && < 0.6
3838
, postgrest
3939
, protolude == 0.2.2
4040
, text
@@ -64,9 +64,9 @@ library
6464
, contravariant-extras
6565
, either
6666
, gitrev
67-
, hasql >= 1.3
68-
, hasql-pool >= 0.5
69-
, hasql-transaction >= 0.7
67+
, hasql >= 1.3 && < 1.4
68+
, hasql-pool >= 0.5 && < 0.6
69+
, hasql-transaction >= 0.7 && < 0.8
7070
, heredoc
7171
, HTTP
7272
, http-types
@@ -152,8 +152,8 @@ Test-Suite spec
152152
, cassava
153153
, containers
154154
, contravariant
155-
, hasql == 1.1
156-
, hasql-pool == 0.4.3
155+
, hasql >= 1.3 && < 1.4
156+
, hasql-pool >= 0.5 && < 0.6
157157
, heredoc
158158
, hjsonschema == 1.5.0.1
159159
, hspec

stack.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ extra-deps:
66
- hjsonschema-1.5.0.1
77
- Ranged-sets-0.3.0
88
- protolude-0.2.2
9-
- hasql-1.1
10-
- hasql-pool-0.4.3
11-
- hasql-transaction-0.5.2
9+
- hasql-1.3
10+
- hasql-pool-0.5
11+
- hasql-transaction-0.7
12+
- text-builder-0.5.1.1
1213
- jose-0.7.0.0
1314
- postgresql-libpq-0.9.4.1
1415
ghc-options:

0 commit comments

Comments
 (0)