From d752ef3506a157d92df8f28aa6c84f6dd7f7bc1f Mon Sep 17 00:00:00 2001 From: Jan Rochel Date: Wed, 26 Dec 2018 13:28:04 +0100 Subject: [PATCH] template.distillery: add lwt_log to package list --- template.distillery/Makefile.options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.distillery/Makefile.options b/template.distillery/Makefile.options index 2706ef9ee..4e404bcf9 100644 --- a/template.distillery/Makefile.options +++ b/template.distillery/Makefile.options @@ -24,13 +24,13 @@ CLIENT_FILES := $(wildcard *.eliomi *.eliom) \ SERVER_ELIOM_PACKAGES := ocsigen-start.server # OCamlfind packages for the server -SERVER_PACKAGES := lwt_ppx js_of_ocaml-ppx.deriving ppx_deriving.std +SERVER_PACKAGES := lwt_log lwt_ppx js_of_ocaml-ppx.deriving ppx_deriving.std # OCamlfind packages for database access SERVER_DB_PACKAGES := pgocaml.syntax # OCamlfind packages for the client -CLIENT_PACKAGES := lwt_ppx js_of_ocaml-ppx js_of_ocaml-ppx.deriving \ +CLIENT_PACKAGES := lwt_log lwt_ppx js_of_ocaml-ppx js_of_ocaml-ppx.deriving \ ppx_deriving.std ocsigen-start.client base # Automatically install packages via NPM