Skip to content

Commit 55af8c7

Browse files
committed
Add lower-bound constraint on fpath
Fpath 0.7.1 seems to have an odd interaction with the result library and dune, where sometimes the result library is omitted from the include path passed to ocaml. 0.7.3 is supported on all versions of OCaml that Odoc supports.
1 parent ba79bed commit 55af8c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

odoc-driver.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ depends: [
3838
"dune" {>= "3.18.0"}
3939
"odoc-md"
4040
"bos"
41-
"fpath"
41+
"fpath" {>= "0.7.3"}
4242
"yojson" {>= "2.0.0"}
4343
"ocamlfind"
4444
"opam-format" {>= "2.1.0"}

odoc.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ depends: [
4444
"cmdliner" {>= "1.3.0"}
4545
"cppo" {build & >= "1.1.0"}
4646
"dune" {>= "3.18.0"}
47-
"fpath"
47+
"fpath" {>= "0.7.3"}
4848
"ocaml" {>= "4.08.0" & < "5.5"}
4949
"tyxml" {>= "4.4.0"}
5050
"fmt"

0 commit comments

Comments
 (0)