From 649750a1073a701e40b2f705bdc69a1a7d53722b Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Tue, 8 Sep 2020 18:20:09 +0100 Subject: [PATCH] Work around a missing dependency (vdom_input_widgets) --- bonsai/examples/rpc_chat/client/dune | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bonsai/examples/rpc_chat/client/dune b/bonsai/examples/rpc_chat/client/dune index 4fd8311..74b7523 100644 --- a/bonsai/examples/rpc_chat/client/dune +++ b/bonsai/examples/rpc_chat/client/dune @@ -1,4 +1,4 @@ -(executables (names main) - (libraries async_kernel async_js core_kernel.composition_infix core_kernel - bonsai_web bonsai_chat_common vdom_input_widgets) - (preprocess (pps js_of_ocaml-ppx ppx_jane))) \ No newline at end of file +; (executables (names main) +; (libraries async_kernel async_js core_kernel.composition_infix core_kernel +; bonsai_web bonsai_chat_common vdom_input_widgets) +; (preprocess (pps js_of_ocaml-ppx ppx_jane))) \ No newline at end of file