coqPackages.coqeal: disable for Coq 8.15

main
Vincent Laporte 3 years ago committed by Vincent Laporte
parent a0240d5415
commit edd5950d12
  1. 2
      pkgs/development/coq-modules/coqeal/default.nix

@ -10,7 +10,7 @@ with lib;
inherit version;
defaultVersion = with versions; switch [ coq.version mathcomp.version ] [
{ cases = [ (isGe "8.10") (isGe "1.12.0") ]; out = "1.1.0"; }
{ cases = [ (range "8.10" "8.14") (isGe "1.12.0") ]; out = "1.1.0"; }
{ cases = [ (isGe "8.10") (range "1.11.0" "1.12.0") ]; out = "1.0.5"; }
{ cases = [ (isGe "8.7") "1.11.0" ]; out = "1.0.4"; }
{ cases = [ (isGe "8.7") "1.10.0" ]; out = "1.0.3"; }

Loading…
Cancel
Save