-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flake.nix, hs-backend-booster/src/main/native/hs-backend-booster: upd…
…ate to version b01c3d729070882be1c15ce3dc9b7ee0bbfe04fe
- Loading branch information
rv-jenkins
committed
Sep 20, 2023
1 parent
2544ae6
commit f05d0f8
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule hs-backend-booster
updated
14 files
+2 −2 | cabal.project | |
+1 −1 | deps/haskell-backend_release | |
+3 −3 | flake.lock | |
+67 −30 | library/Booster/JsonRpc.hs | |
+1 −0 | package.yaml | |
+1 −1 | stack.yaml | |
+6 −6 | stack.yaml.lock | |
+1 −0 | test/rpc-integration/resources/logTiming.kore | |
+5 −1 | test/rpc-integration/runDirectoryTest.sh | |
+113 −0 | test/rpc-integration/test-logTiming/response-c.json | |
+1 −0 | test/rpc-integration/test-logTiming/state-c.execute | |
+31 −0 | test/rpc-integration/test-logTiming/test.sh | |
+71 −31 | tools/booster/Proxy.hs | |
+6 −1 | tools/rpc-client/RpcClient.hs |