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 #395

Merged
merged 2 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all 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 @@ -17,7 +17,7 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/runtimeverification/haskell-backend.git
tag: 827252a324f651f361ac62de40dbf8888a089503
tag: 0be07d293a1167615ef9342bb1820350f794e893
--sha256:
subdir: kore kore-rpc-types

2 changes: 2 additions & 0 deletions cabal.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ constraints: any.Cabal ==3.6.3.0,
any.semigroups ==0.20,
semigroups +binary +bytestring -bytestring-builder +containers +deepseq +hashable +tagged +template-haskell +text +transformers +unordered-containers,
any.setenv ==0.1.1.3,
any.smtlib-backends ==0.3,
any.smtlib-backends-process ==0.3,
any.sop-core ==0.5.0.2,
any.split ==0.2.3.5,
any.splitmix ==0.1.0.4,
Expand Down
2 changes: 1 addition & 1 deletion deps/haskell-backend_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
827252a324f651f361ac62de40dbf8888a089503
0be07d293a1167615ef9342bb1820350f794e893
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/827252a324f651f361ac62de40dbf8888a089503";
haskell-backend.url = "github:runtimeverification/haskell-backend/0be07d293a1167615ef9342bb1820350f794e893";
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 @@ -13,7 +13,7 @@ extra-deps:
- typerep-map-0.5.0.0
- monad-validate-1.2.0.1
- git: https://github.com/runtimeverification/haskell-backend.git
commit: 827252a324f651f361ac62de40dbf8888a089503
commit: 0be07d293a1167615ef9342bb1820350f794e893
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 @@ -54,7 +54,7 @@ packages:
original:
hackage: monad-validate-1.2.0.1
- completed:
commit: 827252a324f651f361ac62de40dbf8888a089503
commit: 0be07d293a1167615ef9342bb1820350f794e893
git: https://github.com/runtimeverification/haskell-backend.git
name: kore
pantry-tree:
Expand All @@ -63,11 +63,11 @@ packages:
subdir: kore
version: 0.60.0.0
original:
commit: 827252a324f651f361ac62de40dbf8888a089503
commit: 0be07d293a1167615ef9342bb1820350f794e893
git: https://github.com/runtimeverification/haskell-backend.git
subdir: kore
- completed:
commit: 827252a324f651f361ac62de40dbf8888a089503
commit: 0be07d293a1167615ef9342bb1820350f794e893
git: https://github.com/runtimeverification/haskell-backend.git
name: kore-rpc-types
pantry-tree:
Expand All @@ -76,7 +76,7 @@ packages:
subdir: kore-rpc-types
version: 0.60.0.0
original:
commit: 827252a324f651f361ac62de40dbf8888a089503
commit: 0be07d293a1167615ef9342bb1820350f794e893
git: https://github.com/runtimeverification/haskell-backend.git
subdir: kore-rpc-types
snapshots:
Expand Down
Loading