Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency: deps/hs-backend-booster_release #3681

Merged
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9473cd9
deps/hs-backend-booster_release: Set Version 28c0a48dccd45ab343acc06e…
Sep 29, 2023
f745f3c
flake.nix, haskell-backend/src/main/native/haskell-backend: update to…
Sep 29, 2023
7550920
flake.nix, hs-backend-booster/src/main/native/hs-backend-booster: upd…
Sep 29, 2023
9582b9b
flake.nix, flake.lock: update
Sep 29, 2023
ec776e2
Merge branch 'develop' into _update-deps/runtimeverification/hs-backe…
ehildenb Oct 5, 2023
618ee34
deps/hs-backend-booster_release: Set Version dc14d6c602190ff1a07bc0a3…
Oct 5, 2023
e79a195
flake.nix, haskell-backend/src/main/native/haskell-backend: update to…
Oct 5, 2023
73aefcc
flake.nix, hs-backend-booster/src/main/native/hs-backend-booster: upd…
Oct 5, 2023
8f21041
flake.nix, flake.lock: update
Oct 5, 2023
35bd2c6
Merge branch 'develop' into _update-deps/runtimeverification/hs-backe…
rv-jenkins Oct 5, 2023
e660b91
deps/hs-backend-booster_release: Set Version cb313711f98dcf100b315138…
Oct 6, 2023
f9f7fef
flake.nix, hs-backend-booster/src/main/native/hs-backend-booster: upd…
Oct 6, 2023
8d9fcd0
flake.nix, flake.lock: update
Oct 6, 2023
321ae9a
deps/hs-backend-booster_release: Set Version ef85779096ea79cb4e2bcf57…
Oct 9, 2023
548bd39
flake.nix, haskell-backend/src/main/native/haskell-backend: update to…
Oct 9, 2023
bab8277
flake.nix, hs-backend-booster/src/main/native/hs-backend-booster: upd…
Oct 9, 2023
a07c594
flake.nix, flake.lock: update
Oct 9, 2023
f64394c
deps/hs-backend-booster_release: Set Version ec1da250a8da41dc6b9aeb77…
Oct 9, 2023
3e51eb0
flake.nix, hs-backend-booster/src/main/native/hs-backend-booster: upd…
Oct 9, 2023
468454a
flake.nix, flake.lock: update
Oct 9, 2023
677a4c9
Merge branch 'develop' into _update-deps/runtimeverification/hs-backe…
rv-jenkins Oct 9, 2023
acea8d7
Merge branch 'develop' into _update-deps/runtimeverification/hs-backe…
rv-jenkins Oct 10, 2023
cc06035
deps/hs-backend-booster_release: Set Version 303d568ed2a6bbe0b7d71d9d…
Oct 10, 2023
f7dc682
flake.nix, haskell-backend/src/main/native/haskell-backend: update to…
Oct 10, 2023
5093cad
flake.nix, hs-backend-booster/src/main/native/hs-backend-booster: upd…
Oct 10, 2023
fb62c53
flake.nix, flake.lock: update
Oct 10, 2023
e015877
add pkg-config dependency
Oct 10, 2023
799aa0c
deps/hs-backend-booster_release: Set Version 5a283f7c85c5b4f66ff477b4…
Oct 10, 2023
919680b
flake.nix, hs-backend-booster/src/main/native/hs-backend-booster: upd…
Oct 10, 2023
1eb772c
flake.nix, flake.lock: update
Oct 10, 2023
cdbd3af
add another missing dependency
dwightguth Oct 10, 2023
29bdeb6
add missing package again
dwightguth Oct 10, 2023
993e36f
fix arch packaging
Oct 11, 2023
f685d10
Merge branch 'develop' into _update-deps/runtimeverification/hs-backe…
Oct 11, 2023
3f591fa
remove remaining references to focal
Oct 11, 2023
a4368c8
fix debian and ubuntu
Oct 11, 2023
49b2ac2
Merge branch 'develop' into _update-deps/runtimeverification/hs-backe…
Baltoli Oct 12, 2023
b8d1003
flake.nix, flake.lock: update
Oct 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps/hs-backend-booster_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6c2f5ab988e2c5f98b1cdeb04b8a5787d8a7c566
28c0a48dccd45ab343acc06eb06cb834323f4a06
30 changes: 15 additions & 15 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
description = "K Framework";
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.05";
haskell-backend.url = "github:runtimeverification/haskell-backend/63397c713d21322434d572281c1407d929a1189e";
haskell-backend.url = "github:runtimeverification/haskell-backend/96545095d33235f3e8c91da7981cf28abbcdc679";
booster-backend = {
url = "github:runtimeverification/hs-backend-booster/6c2f5ab988e2c5f98b1cdeb04b8a5787d8a7c566";
url = "github:runtimeverification/hs-backend-booster/28c0a48dccd45ab343acc06eb06cb834323f4a06";
# NB booster-backend will bring in another dependency on haskell-backend,
# but the two are not necessarily the same (different more often than not).
# We get two transitive dependencies on haskell-nix.
Expand Down
Loading