coqPackages.hydra-battles: enable for Coq 8.16

This commit is contained in:
Vincent Laporte 2022-07-25 09:41:13 +02:00 committed by Vincent Laporte
parent 81a0991e2d
commit 097b07f427

View File

@ -12,7 +12,7 @@ with lib;
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.13" "8.15"; out = "0.6"; }
{ case = range "8.13" "8.16"; out = "0.6"; }
{ case = range "8.11" "8.12"; out = "0.4"; }
] null;