Skip to content

Commit 81f6b1f

Browse files
authored
Merge pull request #141 from andreas/graphql-cohttp-house-cleaning
Fixes to graphql-cohttp packaging
2 parents 1fc7b8c + b241536 commit 81f6b1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphql-cohttp.opam

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

1414
depends: [
1515
"ocaml" {>= "4.03.0"}
16-
"jbuilder" {build}
16+
"dune" {build}
1717
"graphql" {>= "0.9.0"}
1818
"cohttp" {>= "2.0.0"}
1919
"crunch"

graphql-cohttp/src/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
(name graphql_cohttp)
88
(public_name graphql-cohttp)
99
(wrapped false)
10-
(libraries str graphql cohttp astring base64 ocplib-endian digestif.ocaml))
10+
(libraries str graphql cohttp astring base64 ocplib-endian digestif))

0 commit comments

Comments
 (0)