From 8273960d724e53808c384746091bbd2a6c218b85 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Mon, 19 Oct 2020 13:45:22 +0200 Subject: [PATCH] Lint OPAM files --- conduit-async.opam | 2 -- conduit-lwt.opam | 2 -- 2 files changed, 4 deletions(-) diff --git a/conduit-async.opam b/conduit-async.opam index 1fe84238..14eb7c04 100644 --- a/conduit-async.opam +++ b/conduit-async.opam @@ -32,6 +32,4 @@ depends: [ "ke" {with-test} "fmt" {with-test} "rresult" {with-test} - "conduit-async-tls" {with-test & post} - "conduit-async-ssl" {with-test & post} ] diff --git a/conduit-lwt.opam b/conduit-lwt.opam index 85111987..2cbce14d 100644 --- a/conduit-lwt.opam +++ b/conduit-lwt.opam @@ -32,6 +32,4 @@ depends: [ "ke" {with-test} "fmt" {with-test} "rresult" {with-test} - "conduit-lwt-tls" {with-test & post} - "conduit-lwt-ssl" {with-test & post} ]