File tree Expand file tree Collapse file tree 11 files changed +11
-2
lines changed Expand file tree Collapse file tree 11 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
22
22
"ocaml" {>= "4.08"}
23
23
"odoc" {with-doc}
24
24
]
25
+ conflicts: [ "yojson" {>= "3.0.0"} ]
25
26
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
26
27
build: [
27
28
["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
22
22
"ocaml" {>= "4.08"}
23
23
"odoc" {with-doc}
24
24
]
25
+ conflicts: [ "yojson" {>= "3.0.0"} ]
25
26
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
26
27
build: [
27
28
["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
22
22
"ocaml" {>= "4.08"}
23
23
"odoc" {with-doc}
24
24
]
25
+ conflicts: [ "yojson" {>= "3.0.0"} ]
25
26
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
26
27
build: [
27
28
["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
22
22
"ocaml" {>= "4.08"}
23
23
"odoc" {with-doc}
24
24
]
25
+ conflicts: [ "yojson" {>= "3.0.0"} ]
25
26
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
26
27
build: [
27
28
["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
22
22
"ocaml" {>= "4.08"}
23
23
"odoc" {with-doc}
24
24
]
25
+ conflicts: [ "yojson" {>= "3.0.0"} ]
25
26
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
26
27
build: [
27
28
["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
22
22
"ocaml" {>= "4.08"}
23
23
"odoc" {with-doc}
24
24
]
25
+ conflicts: [ "yojson" {>= "3.0.0"} ]
25
26
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
26
27
build: [
27
28
["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
22
22
"ocaml" {>= "4.08"}
23
23
"odoc" {with-doc}
24
24
]
25
+ conflicts: [ "yojson" {>= "3.0.0"} ]
25
26
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
26
27
build: [
27
28
["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
22
22
"ocaml" {>= "4.08"}
23
23
"odoc" {with-doc}
24
24
]
25
+ conflicts: [ "yojson" {>= "3.0.0"} ]
25
26
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
26
27
build: [
27
28
["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
16
16
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
17
17
depends: [
18
18
"dune" {>= "2.5"}
19
- "yojson"
19
+ "yojson" {< "3.0.0"}
20
20
"stdlib-shims"
21
21
"ocaml-syntax-shims"
22
22
"ppx_yojson_conv_lib"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
16
16
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
17
17
depends: [
18
18
"dune" {>= "2.5"}
19
- "yojson"
19
+ "yojson" {< "3.0.0"}
20
20
"stdlib-shims"
21
21
"ocaml-syntax-shims"
22
22
"ppx_yojson_conv_lib"
You can’t perform that action at this time.
0 commit comments