coqPackages.reglang: mark as compatible with Coq 8.15

This commit is contained in:
Théo Zimmermann 2022-01-20 12:36:03 +01:00 committed by Vincent Laporte
parent 4b7398fe10
commit 7e149abe9d

View File

@ -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;