coqPackages.goedel: enable with Coq 8.15

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

@ -12,7 +12,7 @@ mkCoqDerivation {
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.11" "8.14"; out = "8.13.0"; }
{ case = range "8.11" "8.15"; out = "8.13.0"; }
] null;
propagatedBuildInputs = [ hydra-battles pocklington ];

Loading…
Cancel
Save