Skip to content

Commit

Permalink
conjury / gobba / minicaml: require bisect-ppx/ounit2 as a hard depen…
Browse files Browse the repository at this point in the history
…dency
  • Loading branch information
hannesm committed Dec 13, 2024
1 parent 5910f14 commit a46aa33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/conjury/conjury.2.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"ocaml" { >= "4.08" & < "5.0"}
"ocamlfind" { >= "1.7.3"}
"omake" { >= "0.10.3"}
"ounit2" { with-test & >= "2.2"}
"ounit2" { >= "2.2"}
]
build: [
["omake" "--dotomake.omake" "--force-dotomake" "--configure" "build"]
Expand Down
2 changes: 1 addition & 1 deletion packages/conjury/conjury.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"ocaml" { >= "4.08" & < "5.0"}
"ocamlfind" { >= "1.7.3"}
"omake" { = "0.10.3"}
"ounit2" { with-test & >= "2.2"}
"ounit2" { >= "2.2"}
]
build: [
["omake" "--dotomake.omake" "--force-dotomake" "--configure" "build"]
Expand Down
2 changes: 1 addition & 1 deletion packages/gobba/gobba.0.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"ppx_deriving"
"cmdliner"
"alcotest" {with-test & >= "0.8.5"}
"bisect_ppx" {with-test & >= "1.4.1" & < "2.6.0"}
"bisect_ppx" {>= "1.4.1" & < "2.6.0"}
]
url {
src:
Expand Down
2 changes: 1 addition & 1 deletion packages/minicaml/minicaml.0.3.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
"ppx_deriving"
"cmdliner"
"alcotest" {with-test & >= "0.8.5" & < "1.0.0"}
"bisect_ppx" {with-test & >= "1.4.1" & < "2.0.0"}
"bisect_ppx" {>= "1.4.1" & < "2.0.0"}
]
url {
src:
Expand Down

0 comments on commit a46aa33

Please sign in to comment.