Skip to content

Commit 595a5de

Browse files
authored
Merge pull request ocaml#26930 from avsm/graphql-cohttp-upper
graphql-cohttp: upper bound
2 parents 4c2d5f0 + 0ad501f commit 595a5de

File tree

5 files changed

+10
-10
lines changed
  • packages/graphql-cohttp
    • graphql-cohttp.0.10.0
    • graphql-cohttp.0.12.0
    • graphql-cohttp.0.12.1
    • graphql-cohttp.0.13.0
    • graphql-cohttp.0.14.0

5 files changed

+10
-10
lines changed

packages/graphql-cohttp/graphql-cohttp.0.10.0/opam

Lines changed: 3 additions & 3 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"}
@@ -35,4 +35,4 @@ url {
3535
"sha256=7f52ecaa111449a384a89588cb58a7c42372c4e746caa201d297201b9fd71bee"
3636
"md5=5e042ca937360aec9d756f1b0ef52803"
3737
]
38-
}
38+
}

packages/graphql-cohttp/graphql-cohttp.0.12.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/graphql-cohttp/graphql-cohttp.0.12.1/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/graphql-cohttp/graphql-cohttp.0.13.0/opam

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

1515
depends: [
16-
"ocaml" {>= "4.03.0"}
16+
"ocaml" {>= "4.06.0"}
1717
"dune" {>= "1.1"}
1818
"graphql" {>= "0.13.0"}
19-
"cohttp" {>= "2.0.0"}
19+
"cohttp" {>= "2.0.0" & < "6.0.0~~"}
2020
"crunch"
2121
"astring" {>= "0.8.3"}
2222
"base64" {>= "3.0.0"}

packages/graphql-cohttp/graphql-cohttp.0.14.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"ocaml" {>= "4.08.0"}
1717
"dune" {>= "1.11"}
1818
"graphql" {>= "0.13.0"}
19-
"cohttp" {>= "2.0.0"}
19+
"cohttp" {>= "2.0.0" & < "6.0.0~~"}
2020
"crunch" {>= "2.0.0"}
2121
"astring" {>= "0.8.3"}
2222
"base64" {>= "3.0.0"}

0 commit comments

Comments
 (0)