Opam: add upper constraint on dune

The "old" version of Lwt we use is incompatible with `dune >= 1.7`.
This commit is contained in:
Grégoire Henry 2019-02-19 17:04:22 +01:00
parent cf3390448a
commit 9fdf0636c9
No known key found for this signature in database
GPG Key ID: 50D984F20BD445D2

View File

@ -7,7 +7,7 @@ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
"ocamlfind" { build }
"dune" { build & >= "1.0.1" }
"dune" { build & >= "1.0.1" & < "1.7" } ## Incompatible with lwt<4
"bigstring"
"hex"
"ocplib-endian"