coqPackages.paco: enable for Coq 8.16
This commit is contained in:
parent
3d80ca27c0
commit
b8e366f1a4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ with lib; mkCoqDerivation {
|
|||
owner = "snu-sf";
|
||||
inherit version;
|
||||
defaultVersion = with versions; switch coq.coq-version [
|
||||
{ case = range "8.12" "8.15"; out = "4.1.2"; }
|
||||
{ case = range "8.12" "8.16"; out = "4.1.2"; }
|
||||
{ case = range "8.9" "8.13"; out = "4.1.1"; }
|
||||
{ case = range "8.6" "8.13"; out = "4.0.2"; }
|
||||
{ case = isEq "8.5"; out = "1.2.8"; }
|
||||
|
|
Loading…
Reference in a new issue