From 697dc6c3028d42cd0ea4efd05e0d283c6e7873af Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 22 Nov 2020 12:48:55 -0500 Subject: [PATCH] chore: fix constraint on qcheck --- tiny_httpd.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny_httpd.opam b/tiny_httpd.opam index e69bb047..42bf0d4c 100644 --- a/tiny_httpd.opam +++ b/tiny_httpd.opam @@ -15,7 +15,7 @@ depends: [ "ocaml" { >= "4.03.0" } "odoc" {with-doc} "qtest" { >= "2.9" & with-test} - "qcheck" {with-test} + "qcheck" {with-test & >= "0.9" } ] tags: [ "http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver" ] homepage: "https://github.com/c-cube/tiny_httpd/"