Skip to content

Commit 8fcae15

Browse files
committed
Update OPAM files
1 parent 36c6435 commit 8fcae15

5 files changed

+8
-8
lines changed

graphql-async.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ build: [
1313

1414
depends: [
1515
"ocaml" {>= "4.03.0"}
16-
"dune" {build}
17-
"graphql" {>= "0.9.0"}
16+
"dune" {>= "1.1"}
17+
"graphql" {>= "0.13.0"}
1818
"async_kernel" {>= "v0.9.0"}
1919
"alcotest" {with-test}
2020
"async_unix" {with-test & >= "v0.9.0"}

graphql-cohttp.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ build: [
1313

1414
depends: [
1515
"ocaml" {>= "4.03.0"}
16-
"dune" {build}
17-
"graphql" {>= "0.9.0"}
16+
"dune" {>= "1.1"}
17+
"graphql" {>= "0.13.0"}
1818
"cohttp" {>= "2.0.0"}
1919
"crunch"
2020
"astring" {>= "0.8.3"}

graphql-lwt.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ build: [
1313

1414
depends: [
1515
"ocaml" {>= "4.03.0"}
16-
"dune" {build}
17-
"graphql" {>= "0.9.0"}
16+
"dune" {>= "1.1"}
17+
"graphql" {>= "0.13.0"}
1818
"alcotest" {with-test}
1919
"lwt"
2020
]

graphql.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313

1414
depends: [
1515
"ocaml" {>= "4.03.0"}
16-
"dune" {build}
16+
"dune" {>= "1.1"}
1717
"graphql_parser" {>= "0.9.0"}
1818
"yojson"
1919
"rresult"

graphql_parser.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313

1414
depends: [
1515
"ocaml" {>= "4.03.0"}
16-
"dune" {build}
16+
"dune" {>= "1.1"}
1717
"menhir" {build}
1818
"alcotest" {with-test & >= "0.8.1"}
1919
"fmt"

0 commit comments

Comments
 (0)