diff --git a/export-js-tzdb-full/dune b/export-js-tzdb-full/dune index 9c73824e..d7d34d7f 100644 --- a/export-js-tzdb-full/dune +++ b/export-js-tzdb-full/dune @@ -1,7 +1,7 @@ (executables (flags (-w "+a-4-9-29-37-40-42-44-48-50-32-30@8")) (names export export_all) - (libraries js_of_ocaml js_of_ocaml-lwt timere timere.tzdb.full timere-parse yojson) + (libraries js_of_ocaml js_of_ocaml-lwt timere timedesc.tzdb.full timere-parse yojson) (preprocess (pps js_of_ocaml-ppx lwt_ppx)) (js_of_ocaml (flags --source-map --debug-info)) (modes js)) diff --git a/export-js-tzdb-none/dune b/export-js-tzdb-none/dune index 0def276c..3587ecc3 100644 --- a/export-js-tzdb-none/dune +++ b/export-js-tzdb-none/dune @@ -19,7 +19,7 @@ (executables (flags (-w "+a-4-9-29-37-40-42-44-48-50-32-30@8")) (names export export_all) - (libraries js_of_ocaml js_of_ocaml-lwt timere timere.tzdb.none timere-parse) + (libraries js_of_ocaml js_of_ocaml-lwt timere timedesc.tzdb.none timere-parse) (preprocess (pps js_of_ocaml-ppx lwt_ppx)) (js_of_ocaml (flags --source-map --debug-info)) (modes js))