ocamlPackages.atd: disable for OCaml ≤ 4.01

This commit is contained in:
Vincent Laporte
2019-02-22 16:59:41 +00:00
parent bde995ca50
commit 598554d476

View File

@@ -4,6 +4,8 @@ buildDunePackage rec {
pname = "atd";
version = "2.0.0";
minimumOCamlVersion = "4.02";
src = fetchFromGitHub {
owner = "mjambon";
repo = pname;