ocamlPackages.psq: disable tests with OCaml < 4.08

This commit is contained in:
Vincent Laporte 2021-09-20 18:14:46 +02:00 committed by Vincent Laporte
parent c5a5f7b13d
commit 8c32eb1a99

View file

@ -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 = {