File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ build: [
13
13
14
14
depends: [
15
15
"ocaml" {>= "4.03.0"}
16
- "dune" {build }
17
- "graphql" {>= "0.9 .0"}
16
+ "dune" {>= "1.1" }
17
+ "graphql" {>= "0.13 .0"}
18
18
"async_kernel" {>= "v0.9.0"}
19
19
"alcotest" {with-test}
20
20
"async_unix" {with-test & >= "v0.9.0"}
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ build: [
13
13
14
14
depends: [
15
15
"ocaml" {>= "4.03.0"}
16
- "dune" {build }
17
- "graphql" {>= "0.9 .0"}
16
+ "dune" {>= "1.1" }
17
+ "graphql" {>= "0.13 .0"}
18
18
"cohttp" {>= "2.0.0"}
19
19
"crunch"
20
20
"astring" {>= "0.8.3"}
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ build: [
13
13
14
14
depends: [
15
15
"ocaml" {>= "4.03.0"}
16
- "dune" {build }
17
- "graphql" {>= "0.9 .0"}
16
+ "dune" {>= "1.1" }
17
+ "graphql" {>= "0.13 .0"}
18
18
"alcotest" {with-test}
19
19
"lwt"
20
20
]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build: [
13
13
14
14
depends: [
15
15
"ocaml" {>= "4.03.0"}
16
- "dune" {build }
16
+ "dune" {>= "1.1" }
17
17
"graphql_parser" {>= "0.9.0"}
18
18
"yojson"
19
19
"rresult"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build: [
13
13
14
14
depends: [
15
15
"ocaml" {>= "4.03.0"}
16
- "dune" {build }
16
+ "dune" {>= "1.1" }
17
17
"menhir" {build}
18
18
"alcotest" {with-test & >= "0.8.1"}
19
19
"fmt"
You can’t perform that action at this time.
0 commit comments