coqPackages.iris: disable for Coq 8.15
This commit is contained in:
parent
5401acff06
commit
a2b044154f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ with lib; mkCoqDerivation rec {
|
|||
owner = "iris";
|
||||
inherit version;
|
||||
defaultVersion = with versions; switch coq.coq-version [
|
||||
{ case = isGe "8.14"; out = "3.5.0"; }
|
||||
{ case = isEq "8.14"; out = "3.5.0"; }
|
||||
{ case = range "8.11" "8.13"; out = "3.4.0"; }
|
||||
{ case = range "8.9" "8.10"; out = "3.3.0"; }
|
||||
] null;
|
||||
|
|
Loading…
Reference in a new issue