From 773759c87e41a75a7295e7a21f9c2a6b5fec86f4 Mon Sep 17 00:00:00 2001 From: Kate Date: Wed, 12 Jan 2022 12:33:52 +0000 Subject: [PATCH] Fix "TLS failure: End_of_file" (https://github.com/roburio/http-lwt-client/issues/8) --- opam-health-check.opam | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opam-health-check.opam b/opam-health-check.opam index 49c5aaa..a4ce90e 100644 --- a/opam-health-check.opam +++ b/opam-health-check.opam @@ -47,4 +47,8 @@ depends: [ "conf-pixz" # TODO: Make it a library # TODO: Add conf-ugrep ] +conflicts: [ + "dns-client-lwt" {< "6.1.4"} # Required to fix https://github.com/roburio/http-lwt-client/issues/8 + "happy-eyeballs-lwt" {< "0.1.3"} # Required to fix https://github.com/roburio/http-lwt-client/issues/8 +] synopsis: "A toolchain to check for broken opam packages"