Skip to content

Commit 9fc4869

Browse files
authored
0install < 2.14 needs upper bound on extlib
Uses Base64 that was removed in version 1.7.8
1 parent 0f0e1f7 commit 9fc4869

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

packages/0install/0install.2.10/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
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/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
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.6.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
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)