Skip to content

Commit

Permalink
More fixes following ocaml-ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonludlam committed Jan 24, 2025
1 parent 5ec811c commit 0626189
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions odoc-driver.opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,18 @@ documentation for installed packages.
depends: [
"ocaml" {>= "5.1.0"}
"odoc" {= version}
"dune" {>= "3.7.0}
"dune" {>= "3.7.0"}
"odoc-md"
"bos"
"fpath"
"yojson"
"yojson" {>= "2.0.0"}
"ocamlfind"
"opam-format"
"opam-format" {>= "2.1.0"}
"logs"
"eio_main"
"eio" {>= "1.0"}
"progress"
"cmdliner"
"cmdliner" {>= "1.1.0"}
"sexplib"
"ppx_sexp_conv"
"sherlodoc"
Expand All @@ -62,7 +63,6 @@ build: [
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
Expand Down
2 changes: 1 addition & 1 deletion odoc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ depends: [

"ppx_expect" {with-test}
"bos" {with-test}
"crunch" {> "2.0.0"}
"crunch" {>= "2.0.0"}

("ocaml" {< "4.07.0" & with-test} | "bisect_ppx" {with-test & > "2.5.0"})
]
Expand Down

0 comments on commit 0626189

Please sign in to comment.