Skip to content

Commit

Permalink
Fix ocaml-index deps
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Jan 10, 2025
1 parent 9b68dff commit da7a6ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/merlin/merlin.5.4-503/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"dune" {>= "3.0.0"}
"merlin-lib" {= version}
"dot-merlin-reader" {= version}
"ocaml-index" {>= "1.0" & post}
"ocaml-index" {= version & post}
"yojson" {>= "2.0.0"}
"conf-jq" {with-test}
"ppxlib" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/ocaml-index/ocaml-index.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/merlin"
bug-reports: "https://github.com/ocaml/merlin/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "5.2"}
"ocaml" {>= "5.2" & < "5.3" }
"merlin-lib" {>= "5.2.1-502"}
"odoc" {with-doc}
"alcotest" {with-test}
Expand Down
4 changes: 2 additions & 2 deletions packages/ocaml-index/ocaml-index.5.4-503/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ homepage: "https://github.com/ocaml/merlin/ocaml-index"
bug-reports: "https://github.com/ocaml/merlin/issues"
depends: [
"dune" {>= "3.0.0"}
"ocaml" {>= "5.2"}
"merlin-lib" {>= "5.1-502"}
"ocaml" {>= "5.3"}
"merlin-lib" {= version}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit da7a6ce

Please sign in to comment.