Skip to content

Commit

Permalink
Merge pull request #154 from inhabitedtype/dune-not-build
Browse files Browse the repository at this point in the history
dune-not-build: dune can't be a build dependency
  • Loading branch information
seliopou authored Oct 3, 2019
2 parents cc201d3 + 2702e6a commit 90056ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion httpaf-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build: [
]
depends: [
"ocaml" {>= "4.03.0"}
"dune" {build}
"dune"
"faraday-async"
"async"
"httpaf" {>= "0.5.0"}
Expand Down
2 changes: 1 addition & 1 deletion httpaf-lwt-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"ocaml" {>= "4.03.0"}
"faraday-lwt-unix"
"httpaf"
"dune" {build}
"dune"
"lwt"
]
synopsis: "Lwt support for http/af"
2 changes: 1 addition & 1 deletion httpaf.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
]
depends: [
"ocaml" {>= "4.03.0"}
"dune" {build}
"dune"
"alcotest" {with-test}
"bigstringaf" {>= "0.4.0"}
"angstrom" {>= "0.9.0"}
Expand Down

0 comments on commit 90056ce

Please sign in to comment.