this repo has no description

Add a qcheck upper bound for preface.1.0.0

Changed files
+2 -2
packages
preface
preface.1.0.0
+2 -2
packages/preface/preface.1.0.0/opam
···
"dune" { >= "2.8.0" }
"either"
"alcotest" {with-test}
-
"qcheck-core" {with-test & >= "0.18"}
-
"qcheck-alcotest" {with-test}
+
"qcheck-core" {with-test & >= "0.18" & < "0.24"}
+
"qcheck-alcotest" {with-test & < "0.24"}
"mdx" {with-test}
"odoc"{with-doc}
]