coqPackages.semantics: enable for Coq 8.16

This commit is contained in:
Vincent Laporte 2022-06-03 13:47:13 +02:00 committed by Vincent Laporte
parent 082dc9aba9
commit b03dc538a3

View file

@ -16,7 +16,7 @@ mkCoqDerivation rec {
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.10" "8.15"; out = "8.14.0"; }
{ case = range "8.10" "8.16"; 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"; }