ocamlPackages.lru: disable tests with OCaml < 4.08

This commit is contained in:
Vincent Laporte 2021-09-20 18:14:42 +02:00 committed by Vincent Laporte
parent 6f85b0fa7b
commit c5a5f7b13d

View File

@ -13,7 +13,7 @@ buildDunePackage rec {
propagatedBuildInputs = [ psq ];
doCheck = lib.versionAtLeast ocaml.version "4.05";
doCheck = lib.versionAtLeast ocaml.version "4.08";
checkInputs = [ qcheck-alcotest ];
meta = {