3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

12 commits

Author SHA1 Message Date
Rudi Grinberg 7e10715778 ocamlPackages.ocaml-lsp: fix list of dependencies for 1.7.0
ocaml-lsp 1.7.0 depends on re which was omitted. it also does not depend
on cppo, ocaml-syntax-shims, stdlib-shims.

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2021-09-09 07:51:55 +02:00
Rudi Grinberg af82bb0abf ocamlPackages.ocaml-lsp: fix minimum ocaml version
ocaml-lsp 1.7.0 is only available for OCaml 4.12 and above. For previous
version of OCaml, an old version must be used.

1.7.0 only supports 4.12

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2021-09-09 07:51:55 +02:00
Rudi Grinberg 3080ccb11a ocamlPackages.jsonrpc: drop unnecesary dependencies for 1.7.0
The latest version of jsonrpc does not require any dependencies apart
from dune or ocaml

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2021-09-09 07:51:55 +02:00
Guillaume Girol c765c1d695 ocamlPackages.ocaml-lsp: 1.5.0 -> 1.7.0 2021-08-27 13:38:37 +02:00
Vincent Laporte cf5f275d23 ocamlPackages.lsp: fix sets of (propagated) inputs 2021-07-22 17:24:43 +02:00
Vincent Laporte f01a04abd4
ocamlPackages.jsonrpc: 1.4.1 → 1.5.0 2021-04-12 08:22:24 +02:00
Symphorien Gibol d08e1d78e7 ocamlPackages.ocaml-lsp: wrap with dot-merlin-reader
this requires that dot-merlin-reader be built with the same ocaml version as
ocaml-lsp
2021-03-21 22:09:52 +01:00
Antonio Nuno Monteiro 669cfc195f ocaml-lsp, lsp, jsonrpc: allow overriding the source globally
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-21 12:17:08 -07:00
Mario Rodas 61dc1a6bd0 ocamlPackages.ocaml-lsp: add marsam to maintainers 2021-03-17 09:42:28 +01:00
Mario Rodas 9e970977b5 ocamlPackages.ocaml-lsp: 1.4.0 -> 1.4.1
https://github.com/ocaml/ocaml-lsp/releases/tag/1.4.1
2021-03-17 09:42:28 +01:00
Mario Rodas e1e45a40f2 ocamlPackages.ocaml-lsp: 1.1.0 -> 1.4.0 2020-12-19 17:37:42 +01:00
Symphorien Gibol b393908673
ocamlPackages.ocaml-lsp: init at 1.1.0 2020-11-08 21:25:04 +01:00