aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dune-project1
-rw-r--r--flesh_websockets.opam1
-rw-r--r--portal/lib/dune2
3 files changed, 3 insertions, 1 deletions
diff --git a/dune-project b/dune-project
index 77d2fd6..699cf6c 100644
--- a/dune-project
+++ b/dune-project
@@ -43,6 +43,7 @@
js_of_ocaml-ppx
xmlm
markup
+ markup-lwt
(flesh
(and (= :version)
:with-test))
diff --git a/flesh_websockets.opam b/flesh_websockets.opam
index d904908..cf9f00b 100644
--- a/flesh_websockets.opam
+++ b/flesh_websockets.opam
@@ -16,6 +16,7 @@ depends: [
"js_of_ocaml-ppx"
"xmlm"
"markup"
+ "markup-lwt"
"flesh" {= version & with-test}
"merlin" {with-test}
"utop" {with-test}
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)))