Skip to content

Commit a329dd3

Browse files
rv-jenkinsrv-auditorjuliankuners
authored
Update dependency: deps/haskell-backend_release (#4840)
* Bugfix for matching unevaluated function calls in the subject under injections (should abort the rewrite but claimed the match to have failed) * Improvement of evaluation: using equations from the path condition to (syntactically) replace expressions by domain values * Refactoring of the indexing mechanism, now indexing more kinds of terms and fixing a soundness issue related to unevaluated functions in indexed cells --------- Co-authored-by: devops <devops@runtimeverification.com> Co-authored-by: Julian Kuners <julian.kuners@gmail.com>
1 parent 3ea43a8 commit a329dd3

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/update-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
git config --global user.email devops@runtimeverification.com
3131
3232
- name: 'Install Nix'
33-
uses: cachix/install-nix-action@v22
33+
uses: cachix/install-nix-action@v31.5.1
3434
with:
35-
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
35+
install_url: https://releases.nixos.org/nix/nix-2.30.1/install
3636
extra_nix_config: |
3737
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
3838
substituters = http://cache.nixos.org https://hydra.iohk.io

deps/haskell-backend_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.132
1+
v0.1.135

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
llvm-backend.inputs.nixpkgs.follows = "nixpkgs";
99

1010
haskell-backend = {
11-
url = "github:runtimeverification/haskell-backend/v0.1.132";
11+
url = "github:runtimeverification/haskell-backend/v0.1.135";
1212
inputs.rv-nix-tools.follows = "rv-nix-tools";
1313
inputs.nixpkgs.follows = "nixpkgs";
1414
};
Submodule haskell-backend updated 34 files

0 commit comments

Comments
 (0)