Skip to content

Commit 4f8edb4

Browse files
committed
Bump elpi versions
1 parent bee020d commit 4f8edb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.nix/config.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@
3030
paramcoq.override.version = "master";
3131
coqeal.job = false; # broken in master, c.f. https://github.com/coq/coq/pull/19228
3232
};
33-
"coq-master".ocamlPackages = { elpi.override.version = "2.0.6"; };
33+
"coq-master".ocamlPackages = { elpi.override.version = "#308"; };
3434

3535
"coq-8.20".coqPackages = mcHBcommon // {
3636
coq.override.version = "8.20";
37+
ocamlPackages = { elpi.override.version = "#308"; };
3738
};
3839

3940
"coq-8.19".coqPackages = mcHBcommon // {

0 commit comments

Comments
 (0)