Skip to content

Commit 23f70be

Browse files
authored
Merge pull request #684 from ocsigen/logger-deps
Fix the dependencies of the Lwt logger
2 parents 840f4b9 + 874637e commit 23f70be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js_of_ocaml-lwt.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ depends: [
1717
"js_of_ocaml-ppx"
1818
]
1919

20-
depopts: [ "graphics" ]
20+
depopts: [ "graphics" "lwt_log" ]
2121

2222
available: [ ocaml-version >= "4.02.0" ]

lib/lwt/log/jbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
(public_name js_of_ocaml-lwt.logger)
55
(synopsis "Lwt logger for js_of_ocaml.")
66
(optional)
7-
(libraries (js_of_ocaml lwt lwt_log))
7+
(libraries (js_of_ocaml lwt lwt_log.core))
88
(preprocess (pps (js_of_ocaml-ppx)))))

0 commit comments

Comments
 (0)