Skip to content

Commit 0ad501f

Browse files
committed
graphql-cohttp: ocaml lower bounds
revdeps for ocaml#26930
1 parent bda4dba commit 0ad501f

File tree

4 files changed

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

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build: [
1212
]
1313

1414
depends: [
15-
"ocaml" {>= "4.03.0"}
15+
"ocaml" {>= "4.06.0"}
1616
"dune"
1717
"graphql" {>= "0.9.0"}
1818
"cohttp" {>= "2.0.0" & < "6.0.0~~"}

packages/graphql-cohttp/graphql-cohttp.0.12.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build: [
1212
]
1313

1414
depends: [
15-
"ocaml" {>= "4.03.0"}
15+
"ocaml" {>= "4.06.0"}
1616
"dune"
1717
"graphql" {>= "0.9.0"}
1818
"cohttp" {>= "2.0.0" & < "6.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
@@ -12,7 +12,7 @@ build: [
1212
]
1313

1414
depends: [
15-
"ocaml" {>= "4.03.0"}
15+
"ocaml" {>= "4.06.0"}
1616
"dune"
1717
"graphql" {>= "0.9.0"}
1818
"cohttp" {>= "2.0.0" & < "6.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
@@ -13,7 +13,7 @@ build: [
1313
]
1414

1515
depends: [
16-
"ocaml" {>= "4.03.0"}
16+
"ocaml" {>= "4.06.0"}
1717
"dune" {>= "1.1"}
1818
"graphql" {>= "0.13.0"}
1919
"cohttp" {>= "2.0.0" & < "6.0.0~~"}

0 commit comments

Comments
 (0)