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.
This commit is contained in:
Reynir Björnsson 2023-02-02 09:03:31 +01:00
parent 7c9efb7425
commit c6cd38db9c

View file

@ -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: [