Skip to content

Commit ac0e3c0

Browse files
jbertholdgithub-actionsgoodlyrottenapplerv-jenkins
authored
HOTFIX added decision-diagrams to ghc-9.2.3 setup (#3183)
* HOTFIX added decision-diagrams to ghc-9.2.3 setup Also aligned the order of dependencies in `kore-ghc8107.nix.d/default.nix` and `kore-ghc923.nix.d/default.nix` to make comparisons easier. * Materialize Nix expressions * added decision-diagrams to stack-nix-ghc9.yaml and re-materialized Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Sam Balco <goodlyrottenapple@gmail.com> Co-authored-by: rv-jenkins <admin@runtimeverification.com>
1 parent be7e561 commit ac0e3c0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

nix/kore-ghc923.nix.d/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
packages = {
44
"ghc-trace-events" =
55
(((hackage.ghc-trace-events)."0.1.2.1").revisions).default;
6+
"decision-diagrams" =
7+
(((hackage.decision-diagrams)."0.2.0.0").revisions).default;
68
"monoidal-containers" =
79
(((hackage.monoidal-containers)."0.6.0.1").revisions).default;
810
"newtype" = (((hackage.newtype)."0.2.2.0").revisions).default;

stack-nix-ghc9.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ packages:
77
- kore
88
extra-deps:
99
- ghc-trace-events-0.1.2.1
10+
- decision-diagrams-0.2.0.0
1011
- monoidal-containers-0.6.0.1
1112
- newtype-0.2.2.0
1213
- sqlite-simple-0.4.18.0

0 commit comments

Comments
 (0)