Skip to content

Commit

Permalink
flake.nix, haskell-backend/src/main/native/haskell-backend: update to…
Browse files Browse the repository at this point in the history
… version v0.1.92
  • Loading branch information
rv-jenkins committed Oct 23, 2024
1 parent f6bab09 commit 46311c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
inputs = {
llvm-backend.url = "github:runtimeverification/llvm-backend/v0.1.101";
haskell-backend = {
url = "github:runtimeverification/haskell-backend/v0.1.91";
url = "github:runtimeverification/haskell-backend/v0.1.92";
inputs.rv-utils.follows = "llvm-backend/rv-utils";
inputs.nixpkgs.follows = "llvm-backend/nixpkgs";
};
Expand Down
2 changes: 1 addition & 1 deletion haskell-backend/src/main/native/haskell-backend
Submodule haskell-backend updated 47 files
+34 −38 booster/library/Booster/JsonRpc.hs
+1 −10 booster/library/Booster/JsonRpc/Utils.hs
+3 −2 booster/library/Booster/Log.hs
+25 −2 booster/library/Booster/Pattern/ApplyEquations.hs
+6 −2 booster/library/Booster/Pattern/Base.hs
+1 −1 booster/library/Booster/Pattern/Binary.hs
+1 −2 booster/library/Booster/Pattern/Bool.hs
+28 −39 booster/library/Booster/Pattern/Implies.hs
+4 −7 booster/library/Booster/Pattern/Match.hs
+71 −42 booster/library/Booster/Pattern/Rewrite.hs
+68 −0 booster/library/Booster/Pattern/Substitution.hs
+0 −33 booster/library/Booster/Pattern/Util.hs
+2 −1 booster/library/Booster/SMT/Interface.hs
+7 −8 booster/library/Booster/Syntax/Json/Externalise.hs
+88 −52 booster/library/Booster/Syntax/Json/Internalise.hs
+20 −15 booster/library/Booster/Syntax/ParsedKore/Internalise.hs
+1 −1 booster/package.yaml
+0 −400 booster/test/rpc-integration/test-a-to-f/response-branching.kore-rpc-dev
+16 −32 booster/test/rpc-integration/test-diamond/response-infeasible-branching.booster-dev
+0 −134 booster/test/rpc-integration/test-diamond/response-mutual-constraints-stuck.booster-dev
+0 −119 booster/test/rpc-integration/test-diamond/response-mutual-constraints-terminal.booster-dev
+51 −61 booster/test/rpc-integration/test-questionmark-vars/response-one-ques-substitution.json
+61 −51 booster/test/rpc-integration/test-questionmark-vars/response-one-ques-substitution.kore-rpc-dev
+0 −0 booster/test/rpc-integration/test-questionmark-vars/response-one-ques.json
+0 −121 booster/test/rpc-integration/test-questionmark-vars/response-one-ques.kore-rpc-dev
+0 −0 booster/test/rpc-integration/test-questionmark-vars/response-two-ques-external.json
+0 −124 booster/test/rpc-integration/test-questionmark-vars/response-two-ques-external.kore-rpc-dev
+0 −0 booster/test/rpc-integration/test-questionmark-vars/response-two-ques-internal-with-counter.json
+0 −0 booster/test/rpc-integration/test-questionmark-vars/response-two-ques-internal.json
+0 −172 booster/test/rpc-integration/test-questionmark-vars/response-two-ques-internal.kore-rpc-dev
+1 −0 booster/test/rpc-integration/test-substitutions/README.md
+85 −133 booster/test/rpc-integration/test-substitutions/response-circular-equations.booster-dev
+0 −168 booster/test/rpc-integration/test-substitutions/response-concrete-substitution.booster-dev
+0 −183 booster/test/rpc-integration/test-substitutions/response-symbolic-bottom-predicate.booster-dev
+1 −1 booster/test/rpc-integration/test-substitutions/response-symbolic-bottom-predicate.json
+0 −168 booster/test/rpc-integration/test-substitutions/response-symbolic-substitution.booster-dev
+16 −32 booster/test/rpc-integration/test-use-path-condition-in-equations/response-test1.json
+17 −33 booster/test/rpc-integration/test-use-path-condition-in-equations/response-test2.json
+1 −2 booster/tools/booster/Proxy.hs
+1 −1 booster/unit-tests/Test/Booster/Pattern/Binary.hs
+84 −0 booster/unit-tests/Test/Booster/Pattern/Substitution.hs
+0 −56 booster/unit-tests/Test/Booster/Pattern/Util.hs
+1 −1 dev-tools/package.yaml
+1 −1 kore-rpc-types/kore-rpc-types.cabal
+1 −1 kore/kore.cabal
+1 −1 package/debian/changelog
+1 −1 package/version

0 comments on commit 46311c3

Please sign in to comment.