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/haskell-backend_release #535

Merged
merged 7 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
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 cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packages:
source-repository-package
type: git
location: https://github.com/runtimeverification/haskell-backend.git
tag: 0dcecfab68794c3b47d32404145dac0f9690f65d
tag: cc9fbb102bd884264b9ef7feaed537e5c7ba83e8
subdir: kore kore-rpc-types

source-repository-package
Expand Down
2 changes: 1 addition & 1 deletion deps/haskell-backend_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0dcecfab68794c3b47d32404145dac0f9690f65d
4d5d1fe232c41400e09a2db0d8cb4989a5dd5832
8 changes: 4 additions & 4 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "hs-backend-booster";

inputs = {
haskell-backend.url = "github:runtimeverification/haskell-backend/0dcecfab68794c3b47d32404145dac0f9690f65d";
haskell-backend.url = "github:runtimeverification/haskell-backend/cc9fbb102bd884264b9ef7feaed537e5c7ba83e8";
stacklock2nix.follows = "haskell-backend/stacklock2nix";
nixpkgs.follows = "haskell-backend/nixpkgs";
};
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extra-deps:
- smtlib-backends-process-0.3
- monad-validate-1.3.0.0
- git: https://github.com/runtimeverification/haskell-backend.git
commit: 0dcecfab68794c3b47d32404145dac0f9690f65d
commit: cc9fbb102bd884264b9ef7feaed537e5c7ba83e8
subdirs:
- kore
- kore-rpc-types
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ packages:
original:
hackage: monad-validate-1.3.0.0
- completed:
commit: 0dcecfab68794c3b47d32404145dac0f9690f65d
commit: cc9fbb102bd884264b9ef7feaed537e5c7ba83e8
git: https://github.com/runtimeverification/haskell-backend.git
name: kore
pantry-tree:
Expand All @@ -49,11 +49,11 @@ packages:
subdir: kore
version: 0.60.0.0
original:
commit: 0dcecfab68794c3b47d32404145dac0f9690f65d
commit: cc9fbb102bd884264b9ef7feaed537e5c7ba83e8
git: https://github.com/runtimeverification/haskell-backend.git
subdir: kore
- completed:
commit: 0dcecfab68794c3b47d32404145dac0f9690f65d
commit: cc9fbb102bd884264b9ef7feaed537e5c7ba83e8
git: https://github.com/runtimeverification/haskell-backend.git
name: kore-rpc-types
pantry-tree:
Expand All @@ -62,7 +62,7 @@ packages:
subdir: kore-rpc-types
version: 0.60.0.0
original:
commit: 0dcecfab68794c3b47d32404145dac0f9690f65d
commit: cc9fbb102bd884264b9ef7feaed537e5c7ba83e8
git: https://github.com/runtimeverification/haskell-backend.git
subdir: kore-rpc-types
- completed:
Expand Down
Loading