Skip to content

Commit a8a7f59

Browse files
committed
Pin bisect_ppx to 2.5.0 to avoid circular dependency
This was failing in the github actions tests, as bisect_ppx 2.6.0 has a test dependency on ocamlformat 0.16.0, which has a dependency on odoc. I assume ocaml-ci doesn't install test dependencies for the main project dependencies. Another problem due to the ocamldoc comment parser being part of odoc. Signed-off-by: Jon Ludlam <[email protected]>
1 parent e6661cc commit a8a7f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odoc.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ depends: [
4646
("ocaml" {< "4.04.1" & with-test} | "sexplib0" {with-test})
4747
"conf-jq" {with-test}
4848

49-
"bisect_ppx" {with-test & >= "2.5.0"}
49+
"bisect_ppx" {with-test & = "2.5.0"}
5050
]
5151

5252
build: [

0 commit comments

Comments
 (0)