Skip to content

Commit

Permalink
Update dune and merlin version
Browse files Browse the repository at this point in the history
Summary:
Bump dune and merlin version. This will allow to use the `enabled_if` stanza
to correctly support `dune build all`.

Reviewed By: CatherineGasnier

Differential Revision: D15759205

fbshipit-source-id: c86b091f27b49d3a935cbda659839fb9a826d4d9
  • Loading branch information
Vincent Siles authored and hhvm-bot committed Jun 12, 2019
1 parent 5fb924d commit 11f48fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion hphp/hack/dune-project
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
(lang dune 1.7)
(lang dune 1.9)
(allow_approximate_merlin) ; see https://discuss.ocaml.org/t/ann-dune-1-10-0/3896
4 changes: 2 additions & 2 deletions hphp/hack/opam_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ eval "$(opam env)"
opam install \
core_kernel.v0.11.1 \
dtoa.0.3.1 \
dune.1.9.3 \
dune.1.10.0 \
lwt.4.1.0 \
lwt_log.1.1.0 \
lwt_ppx.1.2.1 \
merlin.3.2.2 \
merlin.3.3.0 \
ocp-indent.1.7.0 \
pcre.7.3.4 \
ppx_deriving.4.2.1 \
Expand Down

0 comments on commit 11f48fc

Please sign in to comment.