coqPackages.mathcomp-tarjan: enable for Coq 8.16

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

View file

@ -9,7 +9,7 @@ with lib; mkCoqDerivation {
inherit version;
defaultVersion = with versions;
switch [ coq.version mathcomp-ssreflect.version ] [{
cases = [ (range "8.10" "8.15") (isGe "1.12.0") ]; out = "1.0.0";
cases = [ (range "8.10" "8.16") (isGe "1.12.0") ]; out = "1.0.0";
}] null;
release."1.0.0".sha256 = "sha256:0r459r0makshzwlygw6kd4lpvdjc43b3x5y9aa8x77f2z5gymjq1";