Opam dependencies (#1)
Add missing dependencies on tyre, mirage-crypto-rng-miou-unix and hmap. Reviewed-on: #1 Reviewed-by: dinosaure <romain.calascibetta@gmail.com>
This commit is contained in:
parent
ebad5b20d6
commit
51dc976ff1
1 changed files with 3 additions and 0 deletions
3
vif.opam
3
vif.opam
|
@ -15,6 +15,9 @@ depends: [
|
||||||
"fpath"
|
"fpath"
|
||||||
"cmdliner"
|
"cmdliner"
|
||||||
"httpcats"
|
"httpcats"
|
||||||
|
"tyre"
|
||||||
|
"mirage-crypto-rng-miou-unix"
|
||||||
|
"hmap"
|
||||||
]
|
]
|
||||||
conflicts: [ "result" {< "1.5"} ]
|
conflicts: [ "result" {< "1.5"} ]
|
||||||
build: [
|
build: [
|
||||||
|
|
Loading…
Reference in a new issue