coqPackages_8_19.mathcomp-real-closed

This commit is contained in:
Pierre Roux 2024-01-26 08:39:45 +01:00 committed by Vincent Laporte
parent 2114214e50
commit 145b429851

View file

@ -21,7 +21,7 @@ mkCoqDerivation {
defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [
{ cases = [ (isGe "8.16") (isGe "2.0.0") ]; out = "2.0.0"; }
{ cases = [ (isGe "8.13") (range "1.13.0" "1.18.0") ]; out = "1.1.4"; }
{ cases = [ (isGe "8.13") (range "1.13.0" "1.19.0") ]; out = "1.1.4"; }
{ cases = [ (isGe "8.13") (range "1.12.0" "1.18.0") ]; out = "1.1.3"; }
{ cases = [ (isGe "8.10") (range "1.12.0" "1.18.0") ]; out = "1.1.2"; }
{ cases = [ (isGe "8.7") "1.11.0" ]; out = "1.1.1"; }