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:
parent
7c9efb7425
commit
c6cd38db9c
1 changed files with 1 additions and 0 deletions
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue