From c6cd38db9c23ac23e7c3e4cf2d41420f58034e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Thu, 2 Feb 2023 09:03:31 +0100 Subject: [PATCH] Require mirage-entropy>=0.5.0 with test mirage-random-stdlib requires mirage-entropy, and the opam solver may choose mirage-entropy.0.4.1 which requires we provide `Mirage_os` somehow. --- http-mirage-client.opam | 1 + 1 file changed, 1 insertion(+) diff --git a/http-mirage-client.opam b/http-mirage-client.opam index 561f410..f684159 100644 --- a/http-mirage-client.opam +++ b/http-mirage-client.opam @@ -21,6 +21,7 @@ depends: [ "mirage-clock-unix" {with-test} "mirage-random-stdlib" {with-test} "mirage-time-unix" {with-test} + "mirage-entropy" {with-test & >= "0.5.0"} # dependency issue with mirage-random-stdlib "h2" ] build: [