chore: fix constraint on qcheck

This commit is contained in:
Simon Cruanes 2020-11-22 12:48:55 -05:00
parent e267838d23
commit 697dc6c302

View file

@ -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/"