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 ];
|
propagatedBuildInputs = [ seq ];
|
||||||
|
|
||||||
doCheck = lib.versionAtLeast ocaml.version "4.07";
|
doCheck = lib.versionAtLeast ocaml.version "4.08";
|
||||||
checkInputs = [ qcheck-alcotest ];
|
checkInputs = [ qcheck-alcotest ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user