From b38aac3c709d4511e4a51840370108bde4286b35 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 16 Aug 2017 14:43:52 -0400 Subject: [PATCH] Remove conduit dependency from cohttp-lwt cohttp-lwt doesn't use conduit at all --- cohttp-lwt.opam | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cohttp-lwt.opam b/cohttp-lwt.opam index a863e03625..a73955bc16 100644 --- a/cohttp-lwt.opam +++ b/cohttp-lwt.opam @@ -21,11 +21,10 @@ build: [ build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]] depends: [ "jbuilder" {build & >= "1.0+beta10"} - "conduit" {>= "0.14.0"} "cohttp" "lwt" ] conflicts: [ "lwt" {< "2.5.0"} ] -available: [ocaml-version >= "4.03.0"] \ No newline at end of file +available: [ocaml-version >= "4.03.0"]