diff --git a/example/template-eio/dune b/example/template-eio/dune index 99fe0df1..6963cf7d 100644 --- a/example/template-eio/dune +++ b/example/template-eio/dune @@ -4,11 +4,4 @@ ; Deps on linol + Eio backend linol linol-eio - eio_main - ; Types from the lsp library are exposed by the linol libs, - ; and thus almost guaranteed to be used by code using linol; - ; it is thus better to explicitly list lsp as a dep rather - ; than rely on its inclusion as a transitive dep of linol - ; since it would for instance generate errors if the - ; implicit-transitive-deps option of dune is set to false - lsp)) + eio_main)) diff --git a/example/template-lwt/dune b/example/template-lwt/dune index 7d297713..2a199b4d 100644 --- a/example/template-lwt/dune +++ b/example/template-lwt/dune @@ -3,11 +3,4 @@ (libraries ; Deps on linol + LWT backend linol - linol-lwt - ; Types from the lsp library are exposed by the linol libs, - ; and thus almost guaranteed to be used by code using linol; - ; it is thus better to explicitly list lsp as a dep rather - ; than rely on its inclusion as a transitive dep of linol - ; since it would for instance generate errors if the - ; implicit-transitive-deps option of dune is set to false - lsp)) + linol-lwt))