Skip to content

Commit dca28bf

Browse files
committed
Fix constraints on merlin-lib
1 parent 73fb653 commit dca28bf

File tree

2 files changed

+2
-2
lines changed
  • packages
    • dot-merlin-reader/dot-merlin-reader.4.19-414
    • ocaml-lsp-server/ocaml-lsp-server.1.20.1-4.14

2 files changed

+2
-2
lines changed

packages/dot-merlin-reader/dot-merlin-reader.4.19-414/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
depends: [
1414
"ocaml" {>= "4.14"}
1515
"dune" {>= "3.0.0"}
16-
"merlin-lib" {>= "4.17"}
16+
"merlin-lib" {= version}
1717
"ocamlfind" {>= "1.6.0"}
1818
]
1919
description:

packages/ocaml-lsp-server/ocaml-lsp-server.1.20.1-4.14/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ depends: [
4444
"csexp" {>= "1.5"}
4545
"ocamlformat-rpc-lib" {>= "0.21.0"}
4646
"odoc" {with-doc}
47-
"merlin-lib" {>= "4.18" & < "5.0"}
47+
"merlin-lib" {>= "4.18" & < "4.19"}
4848
]
4949
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
5050
build: [

0 commit comments

Comments
 (0)