diff --git a/src/dune b/src/dune index ffbf7292a..a770da275 100644 --- a/src/dune +++ b/src/dune @@ -1,2 +1,2 @@ (library (name ppx_let) (public_name ppx_let) (kind ppx_rewriter) - (libraries base ppxlib ppx_let_expander) (preprocess no_preprocessing)) \ No newline at end of file + (libraries ppxlib ppx_let_expander) (preprocess no_preprocessing)) \ No newline at end of file