Skip to content

Commit edaba0a

Browse files
committed
dropbox is not compatible with yojson 2.0.0 (uses Yojson.Safe.json explicitly)
1 parent 221436f commit edaba0a

File tree

2 files changed

+3
-3
lines changed
  • packages/dropbox

2 files changed

+3
-3
lines changed

packages/dropbox/dropbox.0.1~772c4a6/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"ssl"
1717
"cohttp" {< "0.99"}
1818
"uri"
19-
"atdgen"
19+
"atdgen" {< "2.10.0"}
2020
"ocamlbuild" {build}
2121
]
2222
synopsis: "Binding to the Dropbox Remote API"

packages/dropbox/dropbox.0.2/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ build: [
1414
]
1515
depends: [
1616
"dune" {>= "1.1"}
17-
"atdgen" {>= "1.5.0"}
18-
"yojson" {>= "1.6.0"}
17+
"atdgen" {>= "1.5.0" & < "2.10.0"}
18+
"yojson" {>= "1.6.0" & < "2.0.0"}
1919
"base-bytes"
2020
"base-unix" {with-test}
2121
"cohttp"

0 commit comments

Comments
 (0)