coqPackages.graph-theory: enable for Coq 8.15

This commit is contained in:
Vincent Laporte 2022-05-07 07:29:17 +02:00
parent 94c97dfa94
commit d317484de1
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

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