Skip to content

Commit 6b2f073

Browse files
authored
Merge pull request ocaml#26950 from avsm/cohttp6-upper
Cohttp6 upper bounds
2 parents 3d52b66 + 62655b9 commit 6b2f073

File tree

11 files changed

+12
-12
lines changed
  • packages
    • caldav
    • graphql-cohttp/graphql-cohttp.0.9.0
    • h1_parser/h1_parser.0.0.2
    • picos_io_cohttp
      • picos_io_cohttp.0.5.0
      • picos_io_cohttp.0.6.0
    • tidy_email_mailgun/tidy_email_mailgun.0.0.1
    • websocket-async/websocket-async.2.17

11 files changed

+12
-12
lines changed

packages/caldav/caldav.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ depends: [
3737
"ptime" {>= "0.8.5"}
3838
"cohttp" {>= "2.0.0"}
3939
"cohttp-lwt" {>= "2.0.0"}
40-
"cohttp-lwt-unix" {with-test & >= "2.0.0" & < "6.0.0~"}
40+
"cohttp-lwt-unix" {with-test & >= "2.0.0" & < "6.0.0~~"}
4141
"mirage-crypto" {< "1.0.0"}
4242
"mirage-crypto-rng" {< "1.0.0"}
4343
"base64" {>= "3.0.0"}

packages/caldav/caldav.0.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ depends: [
3838
"ptime" {>= "0.8.5"}
3939
"cohttp" {>= "2.0.0"}
4040
"cohttp-lwt" {>= "2.0.0"}
41-
"cohttp-lwt-unix" {with-test & >= "2.0.0" & < "6.0.0~"}
41+
"cohttp-lwt-unix" {with-test & >= "2.0.0" & < "6.0.0~~"}
4242
"mirage-crypto" {< "1.0.0"}
4343
"mirage-crypto-rng" {< "1.0.0"}
4444
"base64" {>= "3.0.0"}

packages/caldav/caldav.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ depends: [
3838
"ptime" {>= "0.8.5"}
3939
"cohttp" {>= "2.0.0"}
4040
"cohttp-lwt" {>= "2.0.0"}
41-
"cohttp-lwt-unix" {with-test & >= "2.0.0"}
41+
"cohttp-lwt-unix" {with-test & >= "2.0.0" & < "6.0.0~~"}
4242
"mirage-crypto" {< "1.0.0"}
4343
"mirage-crypto-rng" {< "1.0.0"}
4444
"base64" {>= "3.0.0"}

packages/caldav/caldav.0.2.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ depends: [
3737
"ptime" {>= "0.8.5"}
3838
"cohttp" {>= "2.0.0"}
3939
"cohttp-lwt" {>= "2.0.0"}
40-
"cohttp-lwt-unix" {with-test & >= "2.0.0"}
40+
"cohttp-lwt-unix" {with-test & >= "2.0.0" & < "6.0.0~~"}
4141
"mirage-crypto" {< "1.0.0"}
4242
"mirage-crypto-rng" {< "1.0.0"}
4343
"mirage-crypto-rng-lwt" {with-test & >= "0.11.0" & < "1.0.0"}

packages/caldav/caldav.0.2.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ depends: [
3636
"ptime" {>= "0.8.5"}
3737
"cohttp" {>= "2.0.0"}
3838
"cohttp-lwt" {>= "2.0.0"}
39-
"cohttp-lwt-unix" {with-test & >= "2.0.0"}
39+
"cohttp-lwt-unix" {with-test & >= "2.0.0" & < "6.0.0~~"}
4040
"digestif" {>= "1.2.0"}
4141
"mirage-crypto-rng" {>= "1.0.0"}
4242
"mirage-crypto-rng-mirage" {>= "1.0.0"}

packages/graphql-cohttp/graphql-cohttp.0.9.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ build: [
1212
]
1313

1414
depends: [
15-
"ocaml" {>= "4.03.0"}
15+
"ocaml" {>= "4.06.0"}
1616
"dune"
1717
"graphql" {>= "0.9.0"}
18-
"cohttp" {>= "2.0.0"}
18+
"cohttp" {>= "2.0.0" & < "6.0.0~~"}
1919
"crunch"
2020
"astring" {>= "0.8.3"}
2121
"base64" {>= "3.0.0"}

packages/h1_parser/h1_parser.0.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bug-reports: "https://github.com/anuragsoni/h1/issues"
99
depends: [
1010
"dune" {>= "2.8"}
1111
"ocaml" {>= "4.11.0"}
12-
"cohttp" {>= "4.0.0"}
12+
"cohttp" {>= "4.0.0" & < "6.0.0~~"}
1313
"base_bigstring"
1414
"base" {with-test}
1515
"alcotest" {with-test}

packages/picos_io_cohttp/picos_io_cohttp.0.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bug-reports: "https://github.com/ocaml-multicore/picos/issues"
88
depends: [
99
"dune" {>= "3.14"}
1010
"picos_io" {= version}
11-
"cohttp" {>= "6.0.0~beta2"}
11+
"cohttp" {>= "6.0.0~beta2" & <"6.0.0"}
1212
"fmt" {>= "0.9.0"}
1313
"uri" {>= "4.4.0"}
1414
"odoc" {with-doc}

packages/picos_io_cohttp/picos_io_cohttp.0.6.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bug-reports: "https://github.com/ocaml-multicore/picos/issues"
88
depends: [
99
"dune" {>= "3.14"}
1010
"picos_io" {= version}
11-
"cohttp" {>= "6.0.0~beta2"}
11+
"cohttp" {>= "6.0.0~beta2" & < "6.0.0"}
1212
"fmt" {>= "0.9.0"}
1313
"uri" {>= "4.4.0"}
1414
"odoc" {with-doc}

packages/tidy_email_mailgun/tidy_email_mailgun.0.0.1/opam

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

0 commit comments

Comments
 (0)