Merge pull request #134456 from Zimmi48/mathcomp-1.12

coqPackages.mathcomp: change default version for Coq 8.10+
launchpad/nixpkgs/master
Ben Siraphob 3 years ago committed by GitHub
commit fb56026541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/coq-modules/mathcomp/default.nix

@ -19,7 +19,7 @@ let
owner = "math-comp";
withDoc = single && (args.withDoc or false);
defaultVersion = with versions; switch coq.coq-version [
{ case = isGe "8.13"; out = "1.12.0"; } # lower version of coq to 8.10 when all mathcomp packages are ported
{ case = isGe "8.10"; out = "1.12.0"; }
{ case = range "8.7" "8.12"; out = "1.11.0"; }
{ case = range "8.7" "8.11"; out = "1.10.0"; }
{ case = range "8.7" "8.11"; out = "1.9.0"; }

Loading…
Cancel
Save