coqPackages.mathcomp: 1.6.4 -> 1.7.0

This commit is contained in:
Vincent Laporte
2018-05-01 11:06:04 +02:00
committed by Vincent Laporte
parent 2001b57a25
commit b4d0647752
7 changed files with 41 additions and 33 deletions
@@ -23,6 +23,8 @@ stdenv.mkDerivation {
inherit (coq.meta) platforms;
};
passthru = { inherit (ssreflect) compatibleCoqVersions; };
passthru = {
compatibleCoqVersions = v: builtins.elem v [ "8.5" "8.6" "8.7" ];
};
}