From b4239c7db7f834230e202d3ba71872488903311b 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..7ddddd5b5 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.4.12" "git+https://github.com/ocaml/merlin.git#master" +] dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" build: [ ["dune" "subst"] {dev}