Skip to content

Commit 00b35da

Browse files
committed
chore(deps): upgrade to hasql-transactions 1.2.1
1 parent 96bcdb6 commit 00b35da

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

nix/overlays/haskell-packages.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,12 @@ let
6262
}) "--subpath=."
6363
{ }
6464
);
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+
{ });
6671

6772
# Needed for hasql 1.9
6873
text-builder = lib.dontCheck prev.text-builder_1_0_0_3;

postgrest.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ library
114114
, hasql-dynamic-statements >= 0.3.1 && < 0.4
115115
, hasql-notifications >= 0.2.2.0 && < 0.3
116116
, 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
118118
, heredoc >= 0.2 && < 0.3
119119
, http-types >= 0.12.2 && < 0.13
120120
, insert-ordered-containers >= 0.2.2 && < 0.3
@@ -265,7 +265,7 @@ test-suite spec
265265
, containers >= 0.5.7 && < 0.7
266266
, hasql >= 1.9.1.2 && < 1.10
267267
, 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
269269
, heredoc >= 0.2 && < 0.3
270270
, hspec >= 2.3 && < 2.12
271271
, hspec-expectations >= 0.8.4 && < 0.9

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extra-deps:
1818
subdirs:
1919
- .
2020
- hasql-pool-1.3.0.1
21-
- hasql-transaction-1.2.0.1
21+
- hasql-transaction-1.2.1
2222
- jose-jwt-0.10.0
2323
- postgresql-binary-0.14.0.1
2424
- postgresql-libpq-0.11.0.0

0 commit comments

Comments
 (0)