Skip to content

Commit

Permalink
opam: Require OCaml 4.14 for qcheck-lin
Browse files Browse the repository at this point in the history
It uses some new functions from Seq.

Signed-off-by: Edwin Török <edwin.torok@cloud.com>
  • Loading branch information
edwintorok committed Apr 18, 2023
1 parent 5854e7d commit 7ba5aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ and explained by some sequential interleaving.")
(tags ("test" "property" "qcheck" "quickcheck" "parallelism" "sequential consistency"))
(depopts base-domains)
(depends
(ocaml (>= 4.14))
(qcheck-core (>= "0.20"))
(qcheck-multicoretests-util (= :version))
(ppx_deriving (and :with-test (>= "5.2.1")))))
Expand Down
1 change: 1 addition & 0 deletions qcheck-lin.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ homepage: "https://github.com/ocaml-multicore/multicoretests"
bug-reports: "https://github.com/ocaml-multicore/multicoretests/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.14"}
"qcheck-core" {>= "0.20"}
"qcheck-multicoretests-util" {= version}
"ppx_deriving" {with-test & >= "5.2.1"}
Expand Down

0 comments on commit 7ba5aaa

Please sign in to comment.