Commit aaffb6fc authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.tls-async: disable for OCaml < 4.11

parent 603568ed
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -5,8 +5,7 @@ buildDunePackage rec {

  inherit (tls) src meta version;

  minimumOCamlVersion = "4.08";
  useDune2 = true;
  minimalOCamlVersion = "4.11";

  doCheck = true;