From 852dc385ea89083027cd5a845f554dfdd20fee3b Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 27 Feb 2024 14:33:37 +0000 Subject: [PATCH] cohttp-eio: Make opam-dune-lint happy --- cohttp-eio.opam | 3 ++- dune-project | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cohttp-eio.opam b/cohttp-eio.opam index d897cc859..02a44870c 100644 --- a/cohttp-eio.opam +++ b/cohttp-eio.opam @@ -26,7 +26,8 @@ depends: [ "eio" {>= "0.12"} "eio_main" {with-test} "mdx" {with-test} - "uri" {with-test} + "logs" + "uri" "tls-eio" {with-test & >= "0.17.2"} "mirage-crypto-rng-eio" {with-test & >= "0.11.2"} "fmt" diff --git a/dune-project b/dune-project index f773e761d..bc7dddb8a 100644 --- a/dune-project +++ b/dune-project @@ -375,7 +375,8 @@ (>= 0.12)) (eio_main :with-test) (mdx :with-test) - (uri :with-test) + logs + uri (tls-eio (and :with-test (>= 0.17.2))) (mirage-crypto-rng-eio (and :with-test (>= 0.11.2))) fmt