coq: init at 8.10+β1

This commit is contained in:
Vincent Laporte
2019-05-15 10:30:03 +02:00
committed by Vincent Laporte
parent 1ce94fad33
commit b72daf7117
10 changed files with 24 additions and 10 deletions
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
};
passthru = {
compatibleCoqVersions = v: stdenv.lib.versionAtLeast v "8.6";
compatibleCoqVersions = v: builtins.elem v [ "8.6" "8.7" "8.8" "8.9" ];
};
}