Skip to content

Commit e6dd953

Browse files
committed
Pin merlin-lib
1 parent b78e3be commit e6dd953

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ocaml-lsp-server.opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ depends: [
4444
"ocaml"
4545
"merlin-lib" {>= "4.9" & < "5.0"}
4646
]
47+
# Temporary pin until merlin gets released
48+
pin-depends: [
49+
"merlin-lib.4.9" "git+https://github.com/ocaml/merlin.git#master"
50+
]
4751
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
4852
build: [
4953
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)