From 1d515f43c460d6541f239d7b450dcc259eaeae73 Mon Sep 17 00:00:00 2001 From: Rafal Gwozdzinski Date: Tue, 14 Nov 2023 12:29:01 +0100 Subject: [PATCH] Pin merlin-lib --- ocaml-lsp-server.opam | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ocaml-lsp-server.opam b/ocaml-lsp-server.opam index e18f33dd8..17e108636 100644 --- a/ocaml-lsp-server.opam +++ b/ocaml-lsp-server.opam @@ -44,6 +44,10 @@ depends: [ "ocaml" "merlin-lib" {>= "4.9" & < "5.0"} ] +# Temporary pin until merlin gets released +pin-depends: [ + "merlin-lib" "git+https://github.com/ocaml/merlin.git#master" +] dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" build: [ ["dune" "subst"] {dev}