ocamlPackages.iter: disable tests for OCaml < 4.07
This commit is contained in:
parent
f8f892254a
commit
279b831d1b
@ -14,7 +14,7 @@ buildDunePackage rec {
|
||||
buildInputs = lib.optionals doCheck [ mdx.bin qtest ];
|
||||
propagatedBuildInputs = [ result ];
|
||||
|
||||
doCheck = lib.versionAtLeast ocaml.version "4.04";
|
||||
doCheck = lib.versionAtLeast ocaml.version "4.07";
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/c-cube/sequence";
|
||||
|
Loading…
Reference in New Issue
Block a user