forked from mirrors/nixpkgs
ocamlPackages.psq: disable tests with OCaml < 4.08
This commit is contained in:
parent
c5a5f7b13d
commit
8c32eb1a99
|
@ -14,7 +14,7 @@ buildDunePackage rec {
|
|||
|
||||
propagatedBuildInputs = [ seq ];
|
||||
|
||||
doCheck = lib.versionAtLeast ocaml.version "4.07";
|
||||
doCheck = lib.versionAtLeast ocaml.version "4.08";
|
||||
checkInputs = [ qcheck-alcotest ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue