From 9351cf9cb3b0e802076c08e61fa22663791daf9f Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 11 Dec 2019 18:00:46 -0600 Subject: [PATCH] chore: depend on dune-configurator --- iter.opam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iter.opam b/iter.opam index fa81419..a833324 100644 --- a/iter.opam +++ b/iter.opam @@ -13,7 +13,8 @@ build: [ depends: [ "base-bytes" "result" - "dune" {build} + "dune" { >= "1.1" } + "dune-configurator" "qcheck" {with-test} "qtest" {with-test} "mdx" {with-test}