Skip to content

Commit d752ef3

Browse files
author
Jan Rochel
committed
template.distillery: add lwt_log to package list
1 parent 00ec8f4 commit d752ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template.distillery/Makefile.options

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ CLIENT_FILES := $(wildcard *.eliomi *.eliom) \
2424
SERVER_ELIOM_PACKAGES := ocsigen-start.server
2525

2626
# OCamlfind packages for the server
27-
SERVER_PACKAGES := lwt_ppx js_of_ocaml-ppx.deriving ppx_deriving.std
27+
SERVER_PACKAGES := lwt_log lwt_ppx js_of_ocaml-ppx.deriving ppx_deriving.std
2828

2929
# OCamlfind packages for database access
3030
SERVER_DB_PACKAGES := pgocaml.syntax
3131

3232
# OCamlfind packages for the client
33-
CLIENT_PACKAGES := lwt_ppx js_of_ocaml-ppx js_of_ocaml-ppx.deriving \
33+
CLIENT_PACKAGES := lwt_log lwt_ppx js_of_ocaml-ppx js_of_ocaml-ppx.deriving \
3434
ppx_deriving.std ocsigen-start.client base
3535

3636
# Automatically install packages via NPM

0 commit comments

Comments
 (0)