Skip to content

Commit bda4dba

Browse files
committed
graphql-cohttp: upper bound
from revdeps for ocaml#26925
1 parent 9e5cf6f commit bda4dba

File tree

5 files changed

+6
-6
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

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"ocaml" {>= "4.03.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"ocaml" {>= "4.03.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"ocaml" {>= "4.03.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"ocaml" {>= "4.03.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)