this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26930 from avsm/graphql-cohttp-upper

graphql-cohttp: upper bound

authored by

Anil Madhavapeddy and committed by
GitHub
595a5de8 4c2d5f0e

+10 -10
+3 -3
packages/graphql-cohttp/graphql-cohttp.0.10.0/opam
··· 12 12 ] 13 13 14 14 depends: [ 15 - "ocaml" {>= "4.03.0"} 15 + "ocaml" {>= "4.06.0"} 16 16 "dune" 17 17 "graphql" {>= "0.9.0"} 18 - "cohttp" {>= "2.0.0"} 18 + "cohttp" {>= "2.0.0" & < "6.0.0~~"} 19 19 "crunch" 20 20 "astring" {>= "0.8.3"} 21 21 "base64" {>= "3.0.0"} ··· 35 35 "sha256=7f52ecaa111449a384a89588cb58a7c42372c4e746caa201d297201b9fd71bee" 36 36 "md5=5e042ca937360aec9d756f1b0ef52803" 37 37 ] 38 - } 38 + }
+2 -2
packages/graphql-cohttp/graphql-cohttp.0.12.0/opam
··· 12 12 ] 13 13 14 14 depends: [ 15 - "ocaml" {>= "4.03.0"} 15 + "ocaml" {>= "4.06.0"} 16 16 "dune" 17 17 "graphql" {>= "0.9.0"} 18 - "cohttp" {>= "2.0.0"} 18 + "cohttp" {>= "2.0.0" & < "6.0.0~~"} 19 19 "crunch" 20 20 "astring" {>= "0.8.3"} 21 21 "base64" {>= "3.0.0"}
+2 -2
packages/graphql-cohttp/graphql-cohttp.0.12.1/opam
··· 12 12 ] 13 13 14 14 depends: [ 15 - "ocaml" {>= "4.03.0"} 15 + "ocaml" {>= "4.06.0"} 16 16 "dune" 17 17 "graphql" {>= "0.9.0"} 18 - "cohttp" {>= "2.0.0"} 18 + "cohttp" {>= "2.0.0" & < "6.0.0~~"} 19 19 "crunch" 20 20 "astring" {>= "0.8.3"} 21 21 "base64" {>= "3.0.0"}
+2 -2
packages/graphql-cohttp/graphql-cohttp.0.13.0/opam
··· 13 13 ] 14 14 15 15 depends: [ 16 - "ocaml" {>= "4.03.0"} 16 + "ocaml" {>= "4.06.0"} 17 17 "dune" {>= "1.1"} 18 18 "graphql" {>= "0.13.0"} 19 - "cohttp" {>= "2.0.0"} 19 + "cohttp" {>= "2.0.0" & < "6.0.0~~"} 20 20 "crunch" 21 21 "astring" {>= "0.8.3"} 22 22 "base64" {>= "3.0.0"}
+1 -1
packages/graphql-cohttp/graphql-cohttp.0.14.0/opam
··· 16 16 "ocaml" {>= "4.08.0"} 17 17 "dune" {>= "1.11"} 18 18 "graphql" {>= "0.13.0"} 19 - "cohttp" {>= "2.0.0"} 19 + "cohttp" {>= "2.0.0" & < "6.0.0~~"} 20 20 "crunch" {>= "2.0.0"} 21 21 "astring" {>= "0.8.3"} 22 22 "base64" {>= "3.0.0"}