coqPackages.category-theory: enable with Coq 8.15
This commit is contained in:
parent
d317484de1
commit
4847e4382c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ with lib; mkCoqDerivation {
|
||||||
|
|
||||||
inherit version;
|
inherit version;
|
||||||
defaultVersion = with versions; switch coq.coq-version [
|
defaultVersion = with versions; switch coq.coq-version [
|
||||||
{ case = range "8.10" "8.14"; out = "20211213"; }
|
{ case = range "8.10" "8.15"; out = "20211213"; }
|
||||||
{ case = range "8.8" "8.9"; out = "20190414"; }
|
{ case = range "8.8" "8.9"; out = "20190414"; }
|
||||||
{ case = range "8.6" "8.7"; out = "20180709"; }
|
{ case = range "8.6" "8.7"; out = "20180709"; }
|
||||||
] null;
|
] null;
|
||||||
|
|
Loading…
Reference in a new issue