chore(opam): for now, restrict dune version

This commit is contained in:
Simon Cruanes 2019-11-26 19:58:39 -06:00
parent 1abfcde597
commit cc789ca786

View file

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