coqPackages.coq-ext-lib: enable for Coq 8.16
This commit is contained in:
parent
27c7366116
commit
3d80ca27c0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ with lib; mkCoqDerivation rec {
|
|||
owner = "coq-ext-lib";
|
||||
inherit version;
|
||||
defaultVersion = with versions; switch coq.coq-version [
|
||||
{ case = range "8.8" "8.15"; out = "0.11.6"; }
|
||||
{ case = range "8.8" "8.16"; out = "0.11.6"; }
|
||||
{ case = range "8.8" "8.14"; out = "0.11.4"; }
|
||||
{ case = range "8.8" "8.13"; out = "0.11.3"; }
|
||||
{ case = "8.7"; out = "0.9.7"; }
|
||||
|
|
Loading…
Reference in a new issue