coqPackages.semantics: enable with Coq 8.15

main
Vincent Laporte 2 years ago
parent 7711b57784
commit a1cb58e4cf
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
  1. 2
      pkgs/development/coq-modules/semantics/default.nix

@ -16,7 +16,7 @@ mkCoqDerivation rec {
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.10" "8.14"; out = "8.14.0"; }
{ case = range "8.10" "8.15"; out = "8.14.0"; }
{ case = "8.9"; out = "8.9.0"; }
{ case = "8.8"; out = "8.8.0"; }
{ case = "8.7"; out = "8.7.0"; }

Loading…
Cancel
Save