coqPackages.reglang: mark as compatible with Coq 8.15
This commit is contained in:
parent
4b7398fe10
commit
7e149abe9d
@ -10,7 +10,7 @@ mkCoqDerivation {
|
||||
|
||||
inherit version;
|
||||
defaultVersion = with versions; switch coq.coq-version [
|
||||
{ case = range "8.10" "8.14"; out = "1.1.2"; }
|
||||
{ case = range "8.10" "8.15"; out = "1.1.2"; }
|
||||
] null;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user