Skip to content

Commit 750de47

Browse files
authored
Merge pull request ocaml#22707 from kit-ty-kate/fix-144
0install < 2.15.1 isn't compatible with yojson 2.0
2 parents 83a9213 + 9fc4869 commit 750de47

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

packages/0install/0install.2.10/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ build: [
99
]
1010
depends: [
1111
"ocaml" {>= "4.00.0" & < "4.06.0"}
12-
"yojson"
12+
"yojson" {< "2.0.0"}
1313
"xmlm"
1414
"ounit"
1515
"react"
1616
"lwt" {< "3.0.0"}
17-
"extlib"
17+
"extlib" {< "1.7.8"}
1818
"ocurl"
1919
"sha" {>= "1.9"}
2020
"camlp4"

packages/0install/0install.2.11/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ build: [
99
]
1010
depends: [
1111
"ocaml" {>= "4.00.0" & < "4.06.0"}
12-
"yojson"
12+
"yojson" {< "2.0.0"}
1313
"xmlm"
1414
"ounit"
1515
"react"
1616
"lwt" {< "3.0.0"}
17-
"extlib"
17+
"extlib" {< "1.7.8"}
1818
"ocurl"
1919
"sha" {>= "1.9"}
2020
"camlp4" {build}

packages/0install/0install.2.12.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ build: [
1010
]
1111
depends: [
1212
"ocaml" {>= "4.02.3" & < "4.06.0"}
13-
"yojson"
13+
"yojson" {< "2.0.0"}
1414
"xmlm"
1515
"ounit" {with-test}
1616
"lwt" {< "3.0.0"}
1717
"lwt_react"
18-
"extlib"
18+
"extlib" {< "1.7.8"}
1919
"ocurl" {>= "0.7.9"}
2020
"sha" {>= "1.9"}
2121
"ocamlbuild" {build}

packages/0install/0install.2.12.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
]
1111
depends: [
1212
"ocaml" {>= "4.02.3" & < "4.07"}
13-
"yojson"
13+
"yojson" {< "2.0.0"}
1414
"xmlm"
1515
"ounit" {with-test}
1616
"lwt_react"

packages/0install/0install.2.12/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ build: [
99
]
1010
depends: [
1111
"ocaml" {>= "4.00.0" & < "4.06.0"}
12-
"yojson"
12+
"yojson" {< "2.0.0"}
1313
"xmlm"
1414
"ounit"
1515
"react"
1616
"lwt" {< "3.0.0"}
17-
"extlib"
17+
"extlib" {< "1.7.8"}
1818
"ocurl"
1919
"sha" {>= "1.9"}
2020
"camlp4" {build}

packages/0install/0install.2.14.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ build: [
1010
]
1111
depends: [
1212
"ocaml" {>= "4.03.0"}
13-
"yojson"
13+
"yojson" {< "2.0.0"}
1414
"xmlm"
1515
"ounit" {with-test}
1616
"lwt" {< "5.0.0"}
1717
"lwt_react"
1818
"ocurl" {>= "0.7.9"}
1919
"sha" {>= "1.9"}
20-
"dune" {< "2.0"}
20+
"dune" {>= "1.4" & < "2.0"}
2121
"cppo" {build}
2222
]
2323
depopts: ["obus" "lablgtk" "lwt_glib"]

packages/0install/0install.2.14/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ build: [
1010
]
1111
depends: [
1212
"ocaml" {>= "4.03.0" & < "4.08.0"}
13-
"yojson"
13+
"yojson" {< "2.0.0"}
1414
"xmlm"
1515
"ounit" {with-test}
1616
"lwt" {< "5.0.0"}
1717
"lwt_react"
1818
"ocurl" {>= "0.7.9"}
1919
"sha" {>= "1.9"}
20-
"dune" {< "2.0"}
20+
"dune" {>= "1.4" & < "2.0"}
2121
"cppo" {build}
2222
]
2323
depopts: ["obus" "lablgtk" "lwt_glib"]

packages/0install/0install.2.6.2/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ build: [
77
patches: [ "gui_gtk_dir.patch" ]
88
depends: [
99
"ocaml"
10-
"yojson"
10+
"yojson" {< "2.0.0"}
1111
"xmlm"
1212
"ounit"
1313
"react"
1414
"lwt" {< "3.0.0"}
15-
"extlib"
15+
"extlib" {< "1.7.8"}
1616
"ssl"
1717
"ocurl"
1818
"ocamlbuild" {build & <= "0.9.3"}

packages/0install/0install.2.8/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ build: [
77
patches: [ "gui_gtk_dir.patch" ]
88
depends: [
99
"ocaml" {>= "4.00.0" & < "4.02"}
10-
"yojson"
10+
"yojson" {< "2.0.0"}
1111
"xmlm"
1212
"ounit"
1313
"react"
1414
"lwt" {<= "2.4.6"}
15-
"extlib"
15+
"extlib" {< "1.7.8"}
1616
"ocurl"
1717
"sha" {>= "1.9"}
1818
"ocamlbuild" {build & <= "0.9.3"}

packages/0install/0install.2.9.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ build: [
99
]
1010
depends: [
1111
"ocaml" {>= "4.00.0" & < "4.06.0"}
12-
"yojson"
12+
"yojson" {< "2.0.0"}
1313
"xmlm"
1414
"ounit"
1515
"react"
1616
"lwt" {< "3.0.0"}
17-
"extlib"
17+
"extlib" {< "1.7.8"}
1818
"ocurl"
1919
"sha" {>= "1.9"}
2020
"ocamlbuild" {build & <= "0.9.3"}

0 commit comments

Comments
 (0)