Skip to content

Commit 51aee26

Browse files
authored
Make more compatible with opam (#114)
1 parent 37e13d0 commit 51aee26

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

src/frontend/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
-open Merlin_analysis
2222
-open Merlin_kernel)
2323
(libraries
24+
merlin_extend
2425
merlin_utils
2526
merlin_kernel
2627
ocaml_utils

src/ocaml/compression/dune

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/ocaml/compression/ocaml_compression.ml

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/ocaml/typing/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
-open Merlin_utils
88
(:standard -w -9))
99
(modules_without_implementation annot outcometree mode_intf solver_intf value_rec_types)
10-
(libraries merlin_utils ocaml_compression ocaml_parsing ocaml_utils))
10+
(libraries merlin_utils ocaml_parsing ocaml_utils))

0 commit comments

Comments
 (0)