coqPackages.goedel: enable for Coq 8.16

This commit is contained in:
Vincent Laporte 2022-09-08 18:06:37 +02:00
parent 9ad12d1d8c
commit ac447c9772
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

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