File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ executable postgrest
33
33
default-language : Haskell2010
34
34
build-depends : auto-update
35
35
, 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
38
38
, postgrest
39
39
, protolude == 0.2.2
40
40
, text
@@ -64,9 +64,9 @@ library
64
64
, contravariant-extras
65
65
, either
66
66
, 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
70
70
, heredoc
71
71
, HTTP
72
72
, http-types
@@ -152,8 +152,8 @@ Test-Suite spec
152
152
, cassava
153
153
, containers
154
154
, contravariant
155
- , hasql == 1.1
156
- , hasql-pool == 0.4.3
155
+ , hasql >= 1.3 && < 1.4
156
+ , hasql-pool >= 0.5 && < 0.6
157
157
, heredoc
158
158
, hjsonschema == 1.5.0.1
159
159
, hspec
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ extra-deps:
6
6
- hjsonschema-1.5.0.1
7
7
- Ranged-sets-0.3.0
8
8
- 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
12
13
- jose-0.7.0.0
13
14
- postgresql-libpq-0.9.4.1
14
15
ghc-options :
You can’t perform that action at this time.
0 commit comments