diff --git a/deps/haskell-backend_release b/deps/haskell-backend_release index 284a61a67e6..cb93df49127 100644 --- a/deps/haskell-backend_release +++ b/deps/haskell-backend_release @@ -1 +1 @@ -b27210141c06c5698201dc3f1fabc90bd09ffe59 +4c6a57a37dad6658c9e04728bbd9a1aac87274ef diff --git a/flake.lock b/flake.lock index 8ca531f2c95..1946e470be2 100644 --- a/flake.lock +++ b/flake.lock @@ -63,17 +63,17 @@ "z3": "z3" }, "locked": { - "lastModified": 1715857203, - "narHash": "sha256-JrT/ectLjfID38zRPhg/g3oixinnBL3sChqYXqp0BpI=", + "lastModified": 1716288119, + "narHash": "sha256-XGs+/L+SFWHli6IyQ9U6Q332PW2YnWz5b1pNz3YPofI=", "owner": "runtimeverification", "repo": "haskell-backend", - "rev": "b27210141c06c5698201dc3f1fabc90bd09ffe59", + "rev": "4c6a57a37dad6658c9e04728bbd9a1aac87274ef", "type": "github" }, "original": { "owner": "runtimeverification", "repo": "haskell-backend", - "rev": "b27210141c06c5698201dc3f1fabc90bd09ffe59", + "rev": "4c6a57a37dad6658c9e04728bbd9a1aac87274ef", "type": "github" } }, diff --git a/flake.nix b/flake.nix index c0138e78b88..3bc5d365fba 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "K Framework"; inputs = { - haskell-backend.url = "github:runtimeverification/haskell-backend/b27210141c06c5698201dc3f1fabc90bd09ffe59"; + haskell-backend.url = "github:runtimeverification/haskell-backend/4c6a57a37dad6658c9e04728bbd9a1aac87274ef"; nixpkgs.follows = "llvm-backend/nixpkgs"; flake-utils.url = "github:numtide/flake-utils"; llvm-backend = { diff --git a/haskell-backend/src/main/native/haskell-backend b/haskell-backend/src/main/native/haskell-backend index b27210141c0..4c6a57a37da 160000 --- a/haskell-backend/src/main/native/haskell-backend +++ b/haskell-backend/src/main/native/haskell-backend @@ -1 +1 @@ -Subproject commit b27210141c06c5698201dc3f1fabc90bd09ffe59 +Subproject commit 4c6a57a37dad6658c9e04728bbd9a1aac87274ef diff --git a/pyk/src/tests/integration/kore/test_kore_client.py b/pyk/src/tests/integration/kore/test_kore_client.py index 737c02a9e3f..eb161763186 100644 --- a/pyk/src/tests/integration/kore/test_kore_client.py +++ b/pyk/src/tests/integration/kore/test_kore_client.py @@ -1012,8 +1012,7 @@ def test_add_module_with_hash_name_as_id_second_fails(self, kore_client: KoreCli {'interim_simplification': 3}, {'no_post_exec_simpify': True}, {'log_context': ['booster*']}, - {'not_log_context': ['*detail']}, - {'log_context': ['kore*', '*success*'], 'not_log_context': ['*constraint*', '*simplify*']}, + {'log_context': ['kore*', '!detail']}, )