Skip to content

Commit a10e061

Browse files
authored
Merge pull request ocaml#26969 from mseri/cohttp-6
Upper bounds for cohttp 6
2 parents 99bc90f + e7d347c commit a10e061

File tree

3 files changed

+5
-3
lines changed
  • packages
    • ldp_curl
    • tidy_email_sendgrid/tidy_email_sendgrid.0.0.1

3 files changed

+5
-3
lines changed

packages/ldp_curl/ldp_curl.0.2.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues"
99
depends: [
1010
"dune" {>= "2.9"}
1111
"ldp" {= version}
12+
"cohttp-lwt" {< "6.0~~"}
1213
"ocaml" {>= "4.14.0"}
1314
"ocurl" {>= "0.9.1"}
1415
"odoc" {with-doc}
@@ -36,4 +37,4 @@ url {
3637
"md5=7f82ccbdcb07a75f6d2bb7ca226d02df"
3738
"sha512=42f8e53d6634de4b19ac5249fcd8e3d2bde13de7a3963e6821eae9e7b46ff914458d3bfde201352fd18b6de14bb276705561d8fd09a09ddd16f001d0f25cf209"
3839
]
39-
}
40+
}

packages/ldp_curl/ldp_curl.0.3.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ bug-reports: "https://framagit.org/zoggy/ocaml-ldp/issues"
99
depends: [
1010
"dune" {>= "2.9"}
1111
"ldp" {= version}
12+
"cohttp-lwt" {< "6.0~~"}
1213
"ocaml" {>= "4.14.0"}
1314
"ocurl" {>= "0.9.1"}
1415
"odoc" {with-doc}
@@ -36,4 +37,4 @@ url {
3637
"md5=8903912748afccb622e88b52d1d89260"
3738
"sha512=4924c40cf5f80d7b46e93de848bc52cbe7fa0b864082f93c07c253cd0d81395160339e80533d6b5bd4779c93afd1e37754323e1ca4a5a0b5371c840ee1bf2f67"
3839
]
39-
}
40+
}

packages/tidy_email_sendgrid/tidy_email_sendgrid.0.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"cmdliner" {>= "1.0.4" & with-test}
1414
"dune" {>= "2.8" & >= "2.0"}
1515
"ocaml" {>= "4.11.0"}
16-
"cohttp" {>= "2.5.5"}
16+
"cohttp" {>= "2.5.5" & < "6.0~~"}
1717
"cohttp-lwt-unix" {>= "2.5.5"}
1818
"lwt_ppx" {>= "2.0.0"}
1919
"yojson" {>= "1.7.0"}

0 commit comments

Comments
 (0)