ocamlPackages.tls-async: disable for OCaml < 4.11

This commit is contained in:
Vincent Laporte 2022-08-04 17:18:41 +02:00 committed by Vincent Laporte
parent 603568edca
commit aaffb6fcf9

View File

@ -5,8 +5,7 @@ buildDunePackage rec {
inherit (tls) src meta version;
minimumOCamlVersion = "4.08";
useDune2 = true;
minimalOCamlVersion = "4.11";
doCheck = true;