aboutsummaryrefslogtreecommitdiff
path: root/portal/lib
diff options
context:
space:
mode:
authorClombrong <clombrong@egregore.fun>2025-05-09 12:15:03 +0200
committerClombrong <cromblong@egregore.fun>2025-05-09 12:15:03 +0200
commitb6ec8b97308f394c99c7bd22ffa16ae8c4ee2ca2 (patch)
treed7c9477e541e8f4dcb7f68e05b6c0e5396b76d9c /portal/lib
parent9a23484b8f8f5c728e23130a8ee93a4ac2c97543 (diff)
feat(dune): add markup-lwt dependency
Diffstat (limited to 'portal/lib')
-rw-r--r--portal/lib/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal/lib/dune b/portal/lib/dune
index e2fb20a..2244890 100644
--- a/portal/lib/dune
+++ b/portal/lib/dune
@@ -2,5 +2,5 @@
(name portal_ws)
(modules portal_ws)
(public_name flesh_websockets)
- (libraries lwt js_of_ocaml js_of_ocaml-lwt xmlm markup)
+ (libraries lwt js_of_ocaml js_of_ocaml-lwt xmlm markup markup-lwt)
(preprocess (pps js_of_ocaml-ppx)))