coqPackages.interval: disable for Coq 8.15

This commit is contained in:
Vincent Laporte 2021-12-08 18:06:29 +01:00 committed by Vincent Laporte
parent b62ea74e97
commit 69bba1dc67

View File

@ -6,7 +6,7 @@ mkCoqDerivation rec {
domain = "gitlab.inria.fr";
inherit version;
defaultVersion = with lib.versions; lib.switch coq.coq-version [
{ case = isGe "8.8" ; out = "4.3.0"; }
{ case = range "8.8" "8.14"; out = "4.3.0"; }
{ case = range "8.8" "8.12"; out = "4.0.0"; }
{ case = range "8.7" "8.11"; out = "3.4.2"; }
{ case = range "8.5" "8.6"; out = "3.3.0"; }