this repo has no description

lwt-pipe.0.1 requires qcheck.0.9 to use qcheck-ounit

Changed files
+1 -1
packages
lwt-pipe
lwt-pipe.0.1
+1 -1
packages/lwt-pipe/lwt-pipe.0.1/opam
···
"lwt"
"ocaml" { >= "4.03.0" }
"mdx" {with-test & < "2.0"}
-
"qcheck" {with-test & < "0.14"}
+
"qcheck" {with-test & >= "0.9" < "0.14"}
"qtest" {with-test}
"odoc" {with-doc}
]