From 47663d0fbee1f54bbbb41399d86ffa66ff13ab48 Mon Sep 17 00:00:00 2001 From: David Sancho Moreno Date: Thu, 14 Sep 2023 00:11:23 +0200 Subject: [PATCH] Make sure merlin is only in ppx --- dune-project | 9 ++++----- reason-react-ppx.opam | 2 +- reason-react.opam | 1 - 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dune-project b/dune-project index 7b3143e7c..e9036d5d3 100644 --- a/dune-project +++ b/dune-project @@ -41,10 +41,6 @@ (reason (and (>= 3.6.0) (< 3.10.0))) (ocaml-lsp-server :with-test) - (merlin - (and - (= 4.10-414) - :with-test)) (opam-check-npm-deps (and (= 1.0.0) @@ -65,7 +61,10 @@ (and (>= 3.6.0) (< 3.10.0))) (ppxlib (>= 0.28.0)) - (merlin :with-test) + (merlin + (and + (= 4.10-414) + :with-test)) (ocamlformat (and (= 0.24.0) diff --git a/reason-react-ppx.opam b/reason-react-ppx.opam index f72b00208..78304917d 100644 --- a/reason-react-ppx.opam +++ b/reason-react-ppx.opam @@ -18,7 +18,7 @@ depends: [ "ocaml" {>= "4.13.0"} "reason" {>= "3.6.0" & < "3.10.0"} "ppxlib" {>= "0.28.0"} - "merlin" {with-test} + "merlin" {= "4.10-414" & with-test} "ocamlformat" {= "0.24.0" & with-dev-setup} "odoc" {with-doc} ] diff --git a/reason-react.opam b/reason-react.opam index 7e0ef534d..235ac689b 100644 --- a/reason-react.opam +++ b/reason-react.opam @@ -23,7 +23,6 @@ depends: [ "reason-react-ppx" {= version} "reason" {>= "3.6.0" & < "3.10.0"} "ocaml-lsp-server" {with-test} - "merlin" {= "4.10-414" & with-test} "opam-check-npm-deps" {= "1.0.0" & with-dev-setup} "ocamlformat" {= "0.24.0" & with-dev-setup} "odoc" {with-doc}