coqPackages.graph-theory: enable for Coq 8.14
This commit is contained in:
parent
551c849344
commit
3e84e0fd7d
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user