Skip to content

Commit

Permalink
build: opam dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Sep 24, 2024
1 parent af8193e commit e3d0de5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alt-ergo-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ depends: [
"camlzip" {>= "1.07"}
"odoc" {with-doc}
"ppx_deriving"
"qcheck" {with-test}
"qcheck" {with-test & = "0.22"}
]
conflicts: [
"ppxlib" {< "0.30.0"}
Expand Down
2 changes: 1 addition & 1 deletion alt-ergo-plugin-ab-why3.opam
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
# alt-ergo-plugin-ab-why3.opam.template and not alt-ergo-plugin-ab-why3.opam
# which is generated by dune

conflicts: [ "opam-option-bytecode-only" ]
conflicts: [ "ocaml-option-bytecode-only" ]
2 changes: 1 addition & 1 deletion alt-ergo-plugin-ab-why3.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# alt-ergo-plugin-ab-why3.opam.template and not alt-ergo-plugin-ab-why3.opam
# which is generated by dune

conflicts: [ "opam-option-bytecode-only" ]
conflicts: [ "ocaml-option-bytecode-only" ]
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ See more details on http://alt-ergo.ocamlpro.com/"
(camlzip (>= 1.07))
(odoc :with-doc)
ppx_deriving
(qcheck :with-test)
(qcheck (and :with-test (= 0.22)))
)
(conflicts
(ppxlib (< 0.30.0))
Expand Down

0 comments on commit e3d0de5

Please sign in to comment.