coqPackages.graph-theory: enable for Coq 8.14

This commit is contained in:
Vincent Laporte 2021-10-31 08:11:39 +01:00 committed by Vincent Laporte
parent 551c849344
commit 3e84e0fd7d

View File

@ -12,7 +12,7 @@ mkCoqDerivation {
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = isEq "8.13"; out = "0.9"; }
{ case = isGe "8.13"; out = "0.9"; }
] null;
propagatedBuildInputs = [ mathcomp-algebra mathcomp-finmap hierarchy-builder ];