coqPackages.reglang: mark as compatible with Coq 8.15
This commit is contained in:
parent
4b7398fe10
commit
7e149abe9d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue