coqPackages.coqprime: enable for Coq 8.16

This commit is contained in:
Vincent Laporte 2022-06-03 14:07:14 +02:00 committed by Vincent Laporte
parent e488c3e834
commit bd84a72970

View File

@ -6,7 +6,7 @@ with lib; mkCoqDerivation {
owner = "thery";
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.12" "8.15"; out = "8.15"; }
{ case = range "8.12" "8.16"; out = "8.15"; }
{ case = range "8.10" "8.11"; out = "8.10"; }
{ case = range "8.8" "8.9"; out = "8.8"; }
{ case = "8.7"; out = "8.7.2"; }