Skip to content

Commit

Permalink
Merge pull request ocaml#24734 from jmid/qcheck-revdeps-fixes
Browse files Browse the repository at this point in the history
QCheck revdeps fixes
  • Loading branch information
mseri authored Nov 2, 2023
2 parents 11ee81e + e88b6f4 commit ad28d07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/pratter/pratter.2.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"dune" {>= "2.7"}
"camlp-streams"
"alcotest" {with-test}
"qcheck" {with-test}
"qcheck" {with-test & >= "0.12"}
"qcheck-alcotest" {with-test}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/spelll/spelll.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "1.1"}
"seq"
"stdlib-shims"
"qcheck" {with-test}
"qcheck" {with-test & >= "0.12"}
"mdx" {with-test}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/zar/zar.0.9.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"ocaml" {>= "4.06"}
"dune" {>= "3.7"}
"alcotest" {with-test}
"qcheck" {with-test}
"qcheck" {with-test & >= "0.15"}
"qcheck-alcotest" {with-test}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/zar/zar.0.9.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"ocaml" {>= "4.08"}
"dune" {>= "3.7"}
"alcotest" {with-test}
"qcheck" {with-test}
"qcheck" {with-test & >= "0.15"}
"qcheck-alcotest" {with-test}
"odoc" {with-doc}
]
Expand Down

0 comments on commit ad28d07

Please sign in to comment.