Merge pull request #117144 from symphorien/dot-merlin-reader-ocaml-lsp

ocamlPackages.ocaml-lsp: wrap with dot-merlin-reader
This commit is contained in:
Guillaume Girol
2021-03-22 07:58:51 +00:00
committed by GitHub
4 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,4 @@
{ lib, fetchurl, ocamlPackages }:
with ocamlPackages;
{ lib, fetchurl, yojson, csexp, result, buildDunePackage }:
buildDunePackage rec {
pname = "dot-merlin-reader";