coqPackages_8_19.mathcomp-algebra-tactics

This commit is contained in:
Pierre Roux 2024-01-26 08:21:07 +01:00 committed by Vincent Laporte
parent aad90cd395
commit 523c093518

View File

@ -11,7 +11,7 @@ mkCoqDerivation {
lib.switch [ coq.coq-version mathcomp-algebra.version ] [
{ cases = [ (range "8.16" "8.19") (isGe "2.0") ]; out = "1.2.3"; }
{ cases = [ (range "8.16" "8.18") (isGe "2.0") ]; out = "1.2.2"; }
{ cases = [ (range "8.16" "8.18") (isGe "1.15") ]; out = "1.1.1"; }
{ cases = [ (range "8.16" "8.19") (isGe "1.15") ]; out = "1.1.1"; }
{ cases = [ (range "8.13" "8.16") (isGe "1.12") ]; out = "1.0.0"; }
] null;