fix build for examples

This commit is contained in:
Simon Cruanes 2025-04-07 14:56:41 -04:00
parent 691eac4863
commit f89022e9d0
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 16 deletions

View file

@ -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))

View file

@ -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))