coqPackages.coquelicot: enable for Coq 8.16
This commit is contained in:
parent
215ba1b3d3
commit
d8318a75d5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ with lib; mkCoqDerivation {
|
|||
domain = "gitlab.inria.fr";
|
||||
inherit version;
|
||||
defaultVersion = with versions; switch coq.coq-version [
|
||||
{ case = range "8.8" "8.15"; out = "3.2.0"; }
|
||||
{ case = range "8.8" "8.16"; out = "3.2.0"; }
|
||||
{ case = range "8.8" "8.13"; out = "3.1.0"; }
|
||||
{ case = range "8.5" "8.9"; out = "3.0.2"; }
|
||||
] null;
|
||||
|
|
Loading…
Reference in a new issue