Skip to content

Commit

Permalink
Update dependency: deps/haskell-backend_release (#4446)
Browse files Browse the repository at this point in the history
Co-authored-by: devops <[email protected]>
Co-authored-by: Sam Balco <[email protected]>
  • Loading branch information
3 people authored Jun 20, 2024
1 parent 41bcfac commit 27ae33c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion deps/haskell-backend_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.10
v0.1.14
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "K Framework";
inputs = {
haskell-backend.url = "github:runtimeverification/haskell-backend/v0.1.10";
haskell-backend.url = "github:runtimeverification/haskell-backend/v0.1.14";
nixpkgs.follows = "llvm-backend/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
llvm-backend = {
Expand Down
12 changes: 8 additions & 4 deletions pyk/src/tests/integration/kore/test_kore_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,20 @@ def state(n: int) -> State:
term=term(3),
rule_id='ae0c978867ef4cc5cbfbadf7be2ff55e30e59465697ceaffa1d9fd5343a21fc6',
rule_substitution={
EVar('GCC', SORT_GENERATED_COUNTER_CELL): EVar("Var'Unds'DotVar0", SORT_GENERATED_COUNTER_CELL),
EVar('K', SORT_K): EVar("Var'Unds'DotVar1", SORT_K),
EVar('GCC', SORT_GENERATED_COUNTER_CELL): EVar(
"RuleVar'Unds'DotVar0", SORT_GENERATED_COUNTER_CELL
),
EVar('K', SORT_K): EVar("RuleVar'Unds'DotVar1", SORT_K),
},
),
State(
term=term(4),
rule_id='37a544ff4b6da9b4fb839f86d2ad51b770bcaf3dd578b716c38cf0da33458374',
rule_substitution={
EVar('GCC', SORT_GENERATED_COUNTER_CELL): EVar("Var'Unds'DotVar0", SORT_GENERATED_COUNTER_CELL),
EVar('K', SORT_K): EVar("Var'Unds'DotVar1", SORT_K),
EVar('GCC', SORT_GENERATED_COUNTER_CELL): EVar(
"RuleVar'Unds'DotVar0", SORT_GENERATED_COUNTER_CELL
),
EVar('K', SORT_K): EVar("RuleVar'Unds'DotVar1", SORT_K),
},
),
),
Expand Down

0 comments on commit 27ae33c

Please sign in to comment.