chore: add missing bound from opam-repo (thx @kit-ty-kate)

This commit is contained in:
Simon Cruanes 2021-07-30 13:13:01 -04:00
parent a1e2d7f600
commit 78aff9928d
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ build: [
#["dune" "runtest" "-p" name] {with-test} #["dune" "runtest" "-p" name] {with-test}
] ]
depends: [ depends: [
"ocurl" "ocurl" {>= "0.8.0"}
"ezcurl" { = version } "ezcurl" { = version }
"lwt" "lwt"
"dune" { >= "1.0" } "dune" { >= "1.0" }

View file

@ -11,7 +11,7 @@ build: [
#["dune" "runtest" "-p" name] {with-test} #["dune" "runtest" "-p" name] {with-test}
] ]
depends: [ depends: [
"ocurl" "ocurl" {>= "0.8.0"}
"dune" { >= "1.0" } "dune" { >= "1.0" }
"odoc" {with-doc} "odoc" {with-doc}
"ocaml" { >= "4.03.0" } "ocaml" { >= "4.03.0" }