File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 62
62
} ) "--subpath=."
63
63
{ }
64
64
) ;
65
- hasql-transaction = lib . dontCheck prev . hasql-transaction_1_2_0_1 ;
65
+ hasql-transaction = lib . dontCheck ( prev . callHackageDirect {
66
+ pkg = "hasql-transaction" ;
67
+ ver = "1.2.1" ;
68
+ sha256 = "sha256-7Q7gt5ts4OoGU58dp6PJFZmVjfwjozANHNg2u1PJf6Q=" ;
69
+ }
70
+ { } ) ;
66
71
67
72
# Needed for hasql 1.9
68
73
text-builder = lib . dontCheck prev . text-builder_1_0_0_3 ;
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ library
114
114
, hasql-dynamic-statements >= 0.3.1 && < 0.4
115
115
, hasql-notifications >= 0.2.2.0 && < 0.3
116
116
, hasql-pool >= 1.3.0.1 && < 1.4
117
- , hasql-transaction >= 1.2.0. 1 && < 1.3
117
+ , hasql-transaction >= 1.2.1 && < 1.3
118
118
, heredoc >= 0.2 && < 0.3
119
119
, http-types >= 0.12.2 && < 0.13
120
120
, insert-ordered-containers >= 0.2.2 && < 0.3
@@ -265,7 +265,7 @@ test-suite spec
265
265
, containers >= 0.5.7 && < 0.7
266
266
, hasql >= 1.9.1.2 && < 1.10
267
267
, hasql-pool >= 1.3.0.1 && < 1.4
268
- , hasql-transaction >= 1.2.0. 1 && < 1.3
268
+ , hasql-transaction >= 1.2.1 && < 1.3
269
269
, heredoc >= 0.2 && < 0.3
270
270
, hspec >= 2.3 && < 2.12
271
271
, hspec-expectations >= 0.8.4 && < 0.9
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ extra-deps:
18
18
subdirs :
19
19
- .
20
20
- hasql-pool-1.3.0.1
21
- - hasql-transaction-1.2.0. 1
21
+ - hasql-transaction-1.2.1
22
22
- jose-jwt-0.10.0
23
23
- postgresql-binary-0.14.0.1
24
24
- postgresql-libpq-0.11.0.0
You can’t perform that action at this time.
0 commit comments