From 327a01d53820b0383aa796e0841c829ce2b04b4b Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 4 Jun 2026 16:47:08 +0000 Subject: [PATCH 1/3] deps/haskell-backend_release: Set Version v0.1.150 --- deps/haskell-backend_release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/haskell-backend_release b/deps/haskell-backend_release index 07102b5515..a402c50ee2 100644 --- a/deps/haskell-backend_release +++ b/deps/haskell-backend_release @@ -1 +1 @@ -v0.1.149 +v0.1.150 From 2341b2299b17df9e78c38424db9b97b734efbd9c Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Thu, 4 Jun 2026 16:48:31 +0000 Subject: [PATCH 2/3] flake.nix, haskell-backend/src/main/native/haskell-backend: update to version v0.1.150 --- flake.nix | 2 +- haskell-backend/src/main/native/haskell-backend | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 869b4b368c..5fd8648e61 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ llvm-backend.inputs.nixpkgs.follows = "nixpkgs"; haskell-backend = { - url = "github:runtimeverification/haskell-backend/v0.1.149"; + url = "github:runtimeverification/haskell-backend/v0.1.150"; inputs.rv-nix-tools.follows = "rv-nix-tools"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/haskell-backend/src/main/native/haskell-backend b/haskell-backend/src/main/native/haskell-backend index ce904db163..515eccf4a8 160000 --- a/haskell-backend/src/main/native/haskell-backend +++ b/haskell-backend/src/main/native/haskell-backend @@ -1 +1 @@ -Subproject commit ce904db16331b0cd07e1a9f06d34224aa461d02d +Subproject commit 515eccf4a8ebbb0fe8ff807d15a96ce096ce2670 From fbbe2a243af2c24cf38c253c253f928bb2f6bbf0 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Thu, 4 Jun 2026 16:50:40 +0000 Subject: [PATCH 3/3] flake.lock: update --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 46c22bc8b5..9dc83c895c 100644 --- a/flake.lock +++ b/flake.lock @@ -64,16 +64,16 @@ "z3": "z3" }, "locked": { - "lastModified": 1780406844, - "narHash": "sha256-6T8TAiAAjI2wHzvPWmTdRZW4hR8lf3C4ChqIJQZgL00=", + "lastModified": 1780590347, + "narHash": "sha256-iYTKRQzsC56EfHNuDO/O9MbMFmNV9c2CM4NwOXSeSc4=", "owner": "runtimeverification", "repo": "haskell-backend", - "rev": "ce904db16331b0cd07e1a9f06d34224aa461d02d", + "rev": "515eccf4a8ebbb0fe8ff807d15a96ce096ce2670", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v0.1.149", + "ref": "v0.1.150", "repo": "haskell-backend", "type": "github" }