diff options
Diffstat (limited to 'lib/portal/dune')
-rw-r--r-- | lib/portal/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/portal/dune b/lib/portal/dune index 47b59ce..8ce0232 100644 --- a/lib/portal/dune +++ b/lib/portal/dune @@ -2,5 +2,5 @@ (name portal_ws) (modules portal_ws) (public_name flesh_websockets) - (libraries lwt js_of_ocaml) + (libraries lwt js_of_ocaml js_of_ocaml-lwt xmlm) (preprocess (pps js_of_ocaml-ppx))) |