Fix build: constrain dune version

This commit is contained in:
Tom Jack 2019-11-25 08:15:11 -06:00
parent e16ddf7ddc
commit 3323c7f7d2

View File

@ -9,7 +9,7 @@ dev-repo: "git+https://gitlab.com/ligolang/tezos.git"
license: "MIT"
depends: [
"ocamlfind" { build }
"dune" { build & >= "1.0.1" }
"dune" { build & = "1.11.4" }
"menhir" { = "20190626" }
"ppx_let"
"ppx_deriving"