this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27473 from jmid/preface-qcheck-upper-bound

Add a qcheck upper bound for preface.1.0.0

authored by

Raphaël Proust and committed by
GitHub
10296d9a 4b655ef5

+2 -2
+2 -2
packages/preface/preface.1.0.0/opam
··· 25 25 "dune" { >= "2.8.0" } 26 26 "either" 27 27 "alcotest" {with-test} 28 - "qcheck-core" {with-test & >= "0.18"} 29 - "qcheck-alcotest" {with-test} 28 + "qcheck-core" {with-test & >= "0.18" & < "0.24"} 29 + "qcheck-alcotest" {with-test & < "0.24"} 30 30 "mdx" {with-test} 31 31 "odoc"{with-doc} 32 32 ]