From 1abfcde597ac82f87bdf823e6cbbbe305a900ccd Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 26 Nov 2019 19:41:31 -0600 Subject: [PATCH] opam: require qtest 2.9 --- tiny_httpd.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny_httpd.opam b/tiny_httpd.opam index f76c5e23..967f15c8 100644 --- a/tiny_httpd.opam +++ b/tiny_httpd.opam @@ -14,7 +14,7 @@ depends: [ "base-threads" "ocaml" { >= "4.03.0" } "odoc" {with-doc} - "qtest" {with-test} + "qtest" { >= "2.9" & with-test} "qcheck" {with-test} ] tags: [ "http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver" ]