coqPackages.semantics: enable for Coq 8.16
This commit is contained in:
parent
082dc9aba9
commit
b03dc538a3
1 changed files with 1 additions and 1 deletions
|
@ -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"; }
|
||||
|
|
Loading…
Reference in a new issue