Skip to content

Commit 04f9e6e

Browse files
committed
jsonrpc is not compatible with yojson < 3.0.0
Due to the removal of the Tuple and Variant variants. See also ocaml/ocaml-lsp#1534. Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
1 parent c8e0a60 commit 04f9e6e

File tree

2 files changed

+2
-2
lines changed
  • packages/jsonrpc

2 files changed

+2
-2
lines changed

packages/jsonrpc/jsonrpc.1.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1616
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
1717
depends: [
1818
"dune" {>= "2.5"}
19-
"yojson"
19+
"yojson" {< "3.0.0"}
2020
"stdlib-shims"
2121
"ocaml-syntax-shims"
2222
"ppx_yojson_conv_lib"

packages/jsonrpc/jsonrpc.1.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1616
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
1717
depends: [
1818
"dune" {>= "2.5"}
19-
"yojson"
19+
"yojson" {< "3.0.0"}
2020
"stdlib-shims"
2121
"ocaml-syntax-shims"
2222
"ppx_yojson_conv_lib"

0 commit comments

Comments
 (0)