From 4cf894e8d6cf3f40fadd32633a7c3b152a772e7f Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Wed, 12 Jun 2024 12:02:54 -0600 Subject: [PATCH] Update dependency: deps/haskell-backend_release (#4419) Co-authored-by: devops Co-authored-by: Bruce Collie --- .github/workflows/update-deps.yml | 2 +- deps/haskell-backend_release | 2 +- flake.lock | 8 ++++---- flake.nix | 2 +- haskell-backend/src/main/native/haskell-backend | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index fa5a275bef2..6edafbfacc8 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -50,7 +50,7 @@ jobs: cd haskell-backend/src/main/native/haskell-backend git checkout ${hs_backend_version} cd - - sed -i 's! haskell-backend.url = "github:runtimeverification/haskell-backend/[0-9a-f]*";! haskell-backend.url = "github:runtimeverification/haskell-backend/'${hs_backend_version}'";!' flake.nix + sed -i 's! haskell-backend.url = "github:runtimeverification/haskell-backend/.*";! haskell-backend.url = "github:runtimeverification/haskell-backend/'${hs_backend_version}'";!' flake.nix if git add flake.nix haskell-backend/src/main/native/haskell-backend && git commit -m "flake.nix, haskell-backend/src/main/native/haskell-backend: update to version ${hs_backend_version}"; then changed=true fi diff --git a/deps/haskell-backend_release b/deps/haskell-backend_release index 9f8ddfa4fa9..da147300e4d 100644 --- a/deps/haskell-backend_release +++ b/deps/haskell-backend_release @@ -1 +1 @@ -abceb59fcbc47d1bc537ff797f806c8bb8649626 +v0.1.8 diff --git a/flake.lock b/flake.lock index f7bedd65e08..203704707fa 100644 --- a/flake.lock +++ b/flake.lock @@ -63,17 +63,17 @@ "z3": "z3" }, "locked": { - "lastModified": 1717504162, - "narHash": "sha256-muZL1MfImaMimk+f/SwPj4xrlRvDnSpovDhAx/WqdCw=", + "lastModified": 1718194542, + "narHash": "sha256-5vKVxoXS+lcz9WFncy+byyBTKs0DI8S/qhOnfE6tGmQ=", "owner": "runtimeverification", "repo": "haskell-backend", - "rev": "abceb59fcbc47d1bc537ff797f806c8bb8649626", + "rev": "1702145fbd41f19c0bb235cbf04bf7be52cf8917", "type": "github" }, "original": { "owner": "runtimeverification", + "ref": "v0.1.8", "repo": "haskell-backend", - "rev": "abceb59fcbc47d1bc537ff797f806c8bb8649626", "type": "github" } }, diff --git a/flake.nix b/flake.nix index b5d063d9d93..6d789d6f51b 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "K Framework"; inputs = { - haskell-backend.url = "github:runtimeverification/haskell-backend/abceb59fcbc47d1bc537ff797f806c8bb8649626"; + haskell-backend.url = "github:runtimeverification/haskell-backend/v0.1.8"; 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 abceb59fcbc..1702145fbd4 160000 --- a/haskell-backend/src/main/native/haskell-backend +++ b/haskell-backend/src/main/native/haskell-backend @@ -1 +1 @@ -Subproject commit abceb59fcbc47d1bc537ff797f806c8bb8649626 +Subproject commit 1702145fbd41f19c0bb235cbf04bf7be52cf8917