Skip to content

Commit a16da2e

Browse files
committed
upgrade to curryer-rpc 0.3.8 in stack and docker
1 parent 1690baf commit a16da2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

release.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let
1515
overrides = self: super: {
1616
curryer-rpc = self.callHackageDirect {
1717
pkg = "curryer-rpc";
18-
ver = "0.3.7";
19-
sha256 = "sha256-zRp356hxlQtpm2n2lohZxT+O+h6ebmNoxaJeY/Go/cU="; } {};
18+
ver = "0.3.8";
19+
sha256 = "sha256-Y9++P4LiNzwjdm9Go9j3uacCLSILdUmPhAyAfWZv0bQ="; } {};
2020

2121
streamly = self.callHackageDirect {
2222
pkg = "streamly";

stack.ghc9.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extra-deps:
66
- streamly-0.10.1
77
- streamly-core-0.2.2
88
- streamly-bytestring-0.2.2
9-
- curryer-rpc-0.3.7
9+
- curryer-rpc-0.3.8
1010
- fast-builder-0.1.4.0
1111
- rset-1.0.0
1212
- winery-1.4

stack.ghc9.4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extra-deps:
66
- streamly-0.10.1
77
- streamly-core-0.2.2
88
- streamly-bytestring-0.2.2
9-
- curryer-rpc-0.3.7
9+
- curryer-rpc-0.3.8
1010
- fast-builder-0.1.4.0
1111
- rset-1.0.0
1212
- winery-1.4

0 commit comments

Comments
 (0)