Skip to content

Commit

Permalink
remove 'str' dep in lsp dune file
Browse files Browse the repository at this point in the history
  • Loading branch information
ulugbekna authored Oct 26, 2020
1 parent 1e970c8 commit 95266ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(library
(name lsp)
(public_name lsp)
(libraries stdune str yojson threads.posix ppx_yojson_conv_lib fiber uutf)
(libraries stdune yojson threads.posix ppx_yojson_conv_lib fiber uutf)
(preprocess future_syntax)
(lint
(pps ppx_yojson_conv)))
Expand Down

0 comments on commit 95266ce

Please sign in to comment.