coqPackages.coq-bits: enable for Coq 8.16
This commit is contained in:
parent
6791c185dd
commit
0f25d8a02d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ with lib; mkCoqDerivation {
|
|||
repo = "bits";
|
||||
inherit version;
|
||||
defaultVersion = with versions; switch coq.coq-version [
|
||||
{ case = range "8.10" "8.15"; out = "1.1.0"; }
|
||||
{ case = range "8.10" "8.16"; out = "1.1.0"; }
|
||||
{ case = range "8.7" "8.15"; out = "1.0.0"; }
|
||||
] null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue