Skip to content

Commit

Permalink
Merge branch 'reenable_streamly_0.10.1' of github.com:agentm/project-…
Browse files Browse the repository at this point in the history
…m36 into reenable_streamly_0.10.1

# Conflicts:
#	stack.ghc9.4.yaml
  • Loading branch information
agentm committed Jul 28, 2024
2 parents 63a57b3 + d11d7bf commit 1e0053d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ let
overrides = self: super: {
curryer-rpc = self.callHackageDirect {
pkg = "curryer-rpc";
ver = "0.3.5";
sha256 = "sha256-7mEJOBKzA2rTnLxZme8E6zFv0VkiXBo5L/jUJSNPaNE="; } {};
ver = "0.3.6";
sha256 = "sha256-GgYxb3eBhANGMdN3FlMgD9vZUqoDsz89OFIBxwK4YtY="; } {};

streamly = self.callHackageDirect {
pkg = "streamly";
ver = "0.9.0";
sha256 = "sha256-eOxVb8qQjZDo1+S7CStqYSExOg2QHWkMY+zlOYqwZak="; } {};
ver = "0.10.1";
sha256 = "sha256-9tWZ/8YteD9ljhEmj8oYKIAyFcbQflX0D20j/NTe3qM="; } {};

streamly-core = self.callHackageDirect {
pkg = "streamly-core";
ver = "0.1.0";
sha256 = "sha256-hoSV6Q2+X5a7hFnJAArqNPjcMaCVyX9Vz4FcxeJ+jgI="; } {};
ver = "0.2.2";
sha256 = "sha256-Ggo5ius3dp/TJFfrZSk31A6gSZHA6kLMtxFKe9MIvqQ="; } {};

streamly-bytestring = self.callHackageDirect {
pkg = "streamly-bytestring";
ver = "0.2.1";
sha256 = "sha256-EcH6qq4nRjea3xQ66Zlqgjjg7lF/grkKJI0+tTO4B84="; } {};
ver = "0.2.2";
sha256 = "sha256-E/sMAvaJ5zGYwb5KAXa2KQo3FqyB+T2mRO6zOTCXpoY="; } {};

lockfree-queue = self.callHackageDirect {
pkg = "lockfree-queue";
Expand Down

0 comments on commit 1e0053d

Please sign in to comment.