coqPackages.coq-bits: enable for Coq 8.16

This commit is contained in:
Vincent Laporte 2022-09-08 18:06:55 +02:00
parent 6791c185dd
commit 0f25d8a02d
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -5,7 +5,7 @@ with lib; mkCoqDerivation {
repo = "bits";
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.10" "8.15"; out = "1.1.0"; }
{ case = range "8.10" "8.16"; out = "1.1.0"; }
{ case = range "8.7" "8.15"; out = "1.0.0"; }
] null;