Skip to content

Commit fec7b60

Browse files
authored
Merge pull request ocaml#22741 from samoht/aws
old version of aws do not work with OCaml 5
2 parents b50d55d + 6acc1a4 commit fec7b60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/aws/aws.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ remove: [
3434
["ocamlfind" "remove" "aws"]
3535
]
3636
depends: [
37-
"ocaml"
37+
"ocaml" {< "5.0"}
3838
"calendar" {>= "2.00"}
3939
"ezxmlm"
4040
"nocrypto"

packages/aws/aws.1.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ remove: [
3434
["ocamlfind" "remove" "aws"]
3535
]
3636
depends: [
37-
"ocaml" {>= "4.01"}
37+
"ocaml" {>= "4.01" & < "5.0"}
3838
"calendar" {>= "2.00"}
3939
"ezxmlm"
4040
"nocrypto"

packages/aws/aws.1.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ remove: [
3434
["ocamlfind" "remove" "aws"]
3535
]
3636
depends: [
37-
"ocaml" {>= "4.01"}
37+
"ocaml" {>= "4.01" & < "5.0"}
3838
"calendar" {>= "2.00"}
3939
"ezxmlm"
4040
"nocrypto"

0 commit comments

Comments
 (0)