Skip to content

Commit

Permalink
Make sure merlin is only in ppx
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Sep 13, 2023
1 parent 1fe71b7 commit 47663d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
9 changes: 4 additions & 5 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion reason-react-ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
]
Expand Down
1 change: 0 additions & 1 deletion reason-react.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 47663d0

Please sign in to comment.