Skip to content

Commit

Permalink
Add missing eio_main dependency to cohttp-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Jul 9, 2024
1 parent 34e4dc3 commit 8acf83f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions cohttp-bench.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ depends: [
"core" {>= "v0.13.0"}
"core_bench"
"eio" {>= "0.12"}
"eio_main"
"http" {= version}
"cohttp" {= version}
"cohttp-eio" {= version}
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
core_bench
(eio
(>= 0.12))
eio_main
(http
(= :version))
(cohttp
Expand Down
10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
checkInputs = [ uri fmt ounit2 alcotest cohttp-async ];
propagatedBuildInputs = [
ocurl http stringext cohttp-curl core core_unix
async_kernel async_unix
async_kernel async_unix
];
};
cohttp-lwt = pkg {
Expand Down Expand Up @@ -103,11 +103,11 @@
cohttp-eio = pkg {
pname = "cohttp-eio";
checkInputs = [
alcotest eio_main mdx ppx_here
tls-eio
alcotest eio mdx ppx_here
tls-eio
mirage-crypto-rng-eio
];
propagatedBuildInputs = [ cohttp eio eio_main logs uri fmt ptime http ];
propagatedBuildInputs = [ cohttp eio logs uri fmt ptime http ];
};
cohttp-mirage = pkg {
pname = "cohttp-mirage";
Expand All @@ -119,7 +119,7 @@
cohttp-bench = pkg {
pname = "cohttp-bench";
buildInputs = [
core core_bench eio http cohttp cohttp-eio
core core_bench eio eio_main http cohttp cohttp-eio
cohttp-lwt-unix cohttp-server-lwt-unix cohttp-async
];
};
Expand Down

0 comments on commit 8acf83f

Please sign in to comment.