Skip to content

Commit 5165a74

Browse files
committed
0install < 2.15.1 isn't compatible with yojson 2.0
1 parent f030682 commit 5165a74

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

packages/0install/0install.2.10/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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"

packages/0install/0install.2.11/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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"

packages/0install/0install.2.12.1/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.06.0"}
13-
"yojson"
13+
"yojson" {< "2.0.0"}
1414
"xmlm"
1515
"ounit" {with-test}
1616
"lwt" {< "3.0.0"}

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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"

packages/0install/0install.2.14.1/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.03.0"}
13-
"yojson"
13+
"yojson" {< "2.0.0"}
1414
"xmlm"
1515
"ounit" {with-test}
1616
"lwt" {< "5.0.0"}

packages/0install/0install.2.14/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.03.0" & < "4.08.0"}
13-
"yojson"
13+
"yojson" {< "2.0.0"}
1414
"xmlm"
1515
"ounit" {with-test}
1616
"lwt" {< "5.0.0"}

packages/0install/0install.2.6.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build: [
77
patches: [ "gui_gtk_dir.patch" ]
88
depends: [
99
"ocaml"
10-
"yojson"
10+
"yojson" {< "2.0.0"}
1111
"xmlm"
1212
"ounit"
1313
"react"

packages/0install/0install.2.8/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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"

packages/0install/0install.2.9.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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"

0 commit comments

Comments
 (0)