relax opam constraint on dune

This commit is contained in:
Simon Cruanes 2019-11-29 15:17:50 -06:00
parent 6af39da3a6
commit 1a657515d9

View file

@ -10,7 +10,7 @@ build: [
["dune" "runtest" "-p" name] {with-test} ["dune" "runtest" "-p" name] {with-test}
] ]
depends: [ depends: [
"dune" { >= "1.1" & ((not with-test) | < "2.0") } # for now, since qtest needs old dune "dune" { >= "1.1" } # for now, since qtest needs old dune
"base-threads" "base-threads"
"ocaml" { >= "4.03.0" } "ocaml" { >= "4.03.0" }
"odoc" {with-doc} "odoc" {with-doc}