From 1a657515d960338ea702e52635b03c1cdfe4d5b2 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 29 Nov 2019 15:17:50 -0600 Subject: [PATCH] relax opam constraint on dune --- tiny_httpd.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny_httpd.opam b/tiny_httpd.opam index 70f8555e..4158401c 100644 --- a/tiny_httpd.opam +++ b/tiny_httpd.opam @@ -10,7 +10,7 @@ build: [ ["dune" "runtest" "-p" name] {with-test} ] 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" "ocaml" { >= "4.03.0" } "odoc" {with-doc}