ocamlPackages.ocaml-lsp: 1.16.2 -> 1.17.0

Diff: https://github.com/ocaml/ocaml-lsp/compare/1.16.2...1.17.0

Changelog: https://github.com/ocaml/ocaml-lsp/releases/tag/1.17.0
This commit is contained in:
Mario Rodas 2024-02-13 04:20:00 +00:00 committed by Vincent Laporte
parent 58a5225e39
commit 647b06d51c
3 changed files with 7 additions and 6 deletions

View File

@ -8,8 +8,9 @@
, dot-merlin-reader
, spawn
, ocamlc-loc
, odoc-parser
, merlin-lib
, astring
, camlp-streams
}:
buildDunePackage rec {
@ -21,7 +22,7 @@ buildDunePackage rec {
++ lib.optional (lib.versionAtLeast version "1.9") spawn
++ lib.optionals (lib.versionAtLeast version "1.10") [ fiber xdg ]
++ lib.optional (lib.versionAtLeast version "1.14.2") ocamlc-loc
++ lib.optional (lib.versionAtLeast version "1.16.2") [ odoc-parser merlin-lib ];
++ lib.optionals (lib.versionAtLeast version "1.17.0") [ astring camlp-streams merlin-lib ];
nativeBuildInputs = [ makeWrapper ];

View File

@ -9,7 +9,7 @@
, ocaml
, version ?
if lib.versionAtLeast ocaml.version "4.14" then
"1.16.2"
"1.17.0"
else if lib.versionAtLeast ocaml.version "4.13" then
"1.10.5"
else if lib.versionAtLeast ocaml.version "4.12" then
@ -19,10 +19,10 @@
}:
let params = {
"1.16.2" = {
"1.17.0" = {
name = "lsp";
minimalOCamlVersion = "4.14";
sha256 = "sha256-FIfVpOLy1PAjNBBYVRvbi6hsIzZ7fFtP3aOqfcAqrsQ=";
sha256 = "sha256-j7i71xfu/SYItNg0WBBbZg4N46ETTcj8IWrmWdTRlgA=";
};
"1.14.2" = {
name = "lsp";

View File

@ -24,7 +24,7 @@
, ocaml
, version ?
if lib.versionAtLeast ocaml.version "4.14" then
"1.16.2"
"1.17.0"
else if lib.versionAtLeast ocaml.version "4.13" then
"1.10.5"
else if lib.versionAtLeast ocaml.version "4.12" then