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: [
2222 "ocaml" {>= "4.08"}
2323 "odoc" {with-doc}
2424]
25+ conflicts: [ "yojson" {>= "3.0.0"} ]
2526dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627build: [
2728 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
2222 "ocaml" {>= "4.08"}
2323 "odoc" {with-doc}
2424]
25+ conflicts: [ "yojson" {>= "3.0.0"} ]
2526dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627build: [
2728 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
2222 "ocaml" {>= "4.08"}
2323 "odoc" {with-doc}
2424]
25+ conflicts: [ "yojson" {>= "3.0.0"} ]
2526dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627build: [
2728 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
2222 "ocaml" {>= "4.08"}
2323 "odoc" {with-doc}
2424]
25+ conflicts: [ "yojson" {>= "3.0.0"} ]
2526dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627build: [
2728 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
2222 "ocaml" {>= "4.08"}
2323 "odoc" {with-doc}
2424]
25+ conflicts: [ "yojson" {>= "3.0.0"} ]
2526dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627build: [
2728 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
2222 "ocaml" {>= "4.08"}
2323 "odoc" {with-doc}
2424]
25+ conflicts: [ "yojson" {>= "3.0.0"} ]
2526dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627build: [
2728 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
2222 "ocaml" {>= "4.08"}
2323 "odoc" {with-doc}
2424]
25+ conflicts: [ "yojson" {>= "3.0.0"} ]
2526dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627build: [
2728 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
2222 "ocaml" {>= "4.08"}
2323 "odoc" {with-doc}
2424]
25+ conflicts: [ "yojson" {>= "3.0.0"} ]
2526dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
2627build: [
2728 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ homepage: "https://github.com/ocaml/ocaml-lsp"
1616bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
1717depends: [
1818 "dune" {>= "2.5"}
19- "yojson"
19+ "yojson" {< "3.0.0"}
2020 "stdlib-shims"
2121 "ocaml-syntax-shims"
2222 "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"
1616bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
1717depends: [
1818 "dune" {>= "2.5"}
19- "yojson"
19+ "yojson" {< "3.0.0"}
2020 "stdlib-shims"
2121 "ocaml-syntax-shims"
2222 "ppx_yojson_conv_lib"
You can’t perform that action at this time.
0 commit comments