coqPackages.mathcomp-analysis: enable for Coq 8.9

This commit is contained in:
Vincent Laporte
2019-02-11 16:16:31 +00:00
committed by Vincent Laporte
parent 925b196c55
commit 4a21043578
3 changed files with 5 additions and 5 deletions

View File

@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
};
passthru = {
compatibleCoqVersions = v: builtins.elem v [ "8.8" ];
compatibleCoqVersions = v: builtins.elem v [ "8.8" "8.9" ];
};
}