Skip to content

Commit 47fe34c

Browse files
authored
Merge pull request #2 from andersfugmann/andersfugmann/aws-s3
aws-s3 needs bounds on ocaml and uri
2 parents fcd7251 + b35f374 commit 47fe34c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/aws-s3/aws-s3.4.4.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ build: [
1212
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1313
]
1414
depends: [
15-
"ocaml" {>= "4.05.0"}
15+
"ocaml" {>= "4.08.0"}
1616
"dune"
1717
"ocaml-inifiles"
1818
"digestif" {>= "0.7"}
1919
"ptime"
20-
"uri"
20+
"uri" {>= "1.3.1"}
2121
"xml-light"
2222
"yojson"
2323
"base" {< "v0.17.0"}

packages/aws-s3/aws-s3.4.4.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ build: [
1212
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1313
]
1414
depends: [
15-
"ocaml" {>= "4.05.0"}
15+
"ocaml" {>= "4.08.0"}
1616
"dune"
1717
"ocaml-inifiles"
1818
"digestif" {>= "0.7"}
1919
"ptime"
20-
"uri"
20+
"uri" {>= "1.3.1"}
2121
"xml-light"
2222
"yojson"
2323
"base" {< "v0.17.0"}

packages/aws-s3/aws-s3.4.5.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ build: [
1212
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1313
]
1414
depends: [
15-
"ocaml" {>= "4.05.0"}
15+
"ocaml" {>= "4.08.0"}
1616
"dune"
1717
"ocaml-inifiles"
1818
"digestif" {>= "0.7"}
1919
"ptime"
20-
"uri"
20+
"uri" {>= "1.3.1"}
2121
"xml-light"
2222
"yojson"
2323
"base" {< "v0.17.0"}

packages/aws-s3/aws-s3.4.5.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ build: [
1212
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1313
]
1414
depends: [
15-
"ocaml" {>= "4.05.0"}
15+
"ocaml" {>= "4.08.0"}
1616
"dune"
1717
"ocaml-inifiles"
1818
"digestif" {>= "0.7"}
1919
"ptime"
20-
"uri"
20+
"uri" {>= "1.3.1"}
2121
"base" {< "v0.17.0"}
2222
"ppx_protocol_conv_xml_light" {>= "5.0.0" & < "6.0.0"}
2323
"ppx_protocol_conv_json" {>= "5.0.0" & < "6.0.0"}

0 commit comments

Comments
 (0)