coqPackages.coquelicot: enable for Coq 8.16

This commit is contained in:
Vincent Laporte 2022-09-08 18:06:29 +02:00
parent 215ba1b3d3
commit d8318a75d5
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

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