Loading pkgs/development/ocaml-modules/linol/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,13 @@ rec { hash = "sha256-MwEisPJdzZN1VRnssotvExNMYOQdffS+Y2B8ZSUDVfo="; }; propagatedBuildInputs = [ yojson logs lsp ppx_yojson_conv_lib trace ]; propagatedBuildInputs = [ yojson logs (lsp.override { version = "1.18.0"; }) ppx_yojson_conv_lib trace ]; meta = with lib; { description = "LSP server library"; Loading pkgs/development/ocaml-modules/ocaml-lsp/jsonrpc.nix +8 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,9 @@ , lib , ocaml , version ? if lib.versionAtLeast ocaml.version "4.14" then if lib.versionAtLeast ocaml.version "5.02" then "1.19.0" else if lib.versionAtLeast ocaml.version "4.14" then "1.18.0" else if lib.versionAtLeast ocaml.version "4.13" then "1.10.5" Loading @@ -19,6 +21,11 @@ }: let params = { "1.19.0" = { name = "lsp"; minimalOCamlVersion = "5.02"; sha256 = "sha256-54PZ8af4nOG/TJFIqjSiKDaL0Um7zKQ96AtFkiHe5ew="; }; "1.18.0" = { name = "lsp"; minimalOCamlVersion = "4.14"; Loading pkgs/development/ocaml-modules/ocaml-lsp/lsp.nix +3 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,9 @@ , ocamlformat-rpc-lib , ocaml , version ? if lib.versionAtLeast ocaml.version "4.14" then if lib.versionAtLeast ocaml.version "5.02" then "1.19.0" else if lib.versionAtLeast ocaml.version "4.14" then "1.18.0" else if lib.versionAtLeast ocaml.version "4.13" then "1.10.5" Loading Loading
pkgs/development/ocaml-modules/linol/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,13 @@ rec { hash = "sha256-MwEisPJdzZN1VRnssotvExNMYOQdffS+Y2B8ZSUDVfo="; }; propagatedBuildInputs = [ yojson logs lsp ppx_yojson_conv_lib trace ]; propagatedBuildInputs = [ yojson logs (lsp.override { version = "1.18.0"; }) ppx_yojson_conv_lib trace ]; meta = with lib; { description = "LSP server library"; Loading
pkgs/development/ocaml-modules/ocaml-lsp/jsonrpc.nix +8 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,9 @@ , lib , ocaml , version ? if lib.versionAtLeast ocaml.version "4.14" then if lib.versionAtLeast ocaml.version "5.02" then "1.19.0" else if lib.versionAtLeast ocaml.version "4.14" then "1.18.0" else if lib.versionAtLeast ocaml.version "4.13" then "1.10.5" Loading @@ -19,6 +21,11 @@ }: let params = { "1.19.0" = { name = "lsp"; minimalOCamlVersion = "5.02"; sha256 = "sha256-54PZ8af4nOG/TJFIqjSiKDaL0Um7zKQ96AtFkiHe5ew="; }; "1.18.0" = { name = "lsp"; minimalOCamlVersion = "4.14"; Loading
pkgs/development/ocaml-modules/ocaml-lsp/lsp.nix +3 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,9 @@ , ocamlformat-rpc-lib , ocaml , version ? if lib.versionAtLeast ocaml.version "4.14" then if lib.versionAtLeast ocaml.version "5.02" then "1.19.0" else if lib.versionAtLeast ocaml.version "4.14" then "1.18.0" else if lib.versionAtLeast ocaml.version "4.13" then "1.10.5" Loading