diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-01-25 19:21:41 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-01-25 19:21:41 +0100 |
commit | 7f40654efd7635f7e5acd8d42214627ce1f74c18 (patch) | |
tree | d80c4cdb49f1fdbd20313efdfc19d4e5ada2eefc /lib/helpers | |
parent | 4edccf9a2504e8798df160e04a0820a7256f82b1 (diff) |
Update dune files for all libraries.
Diffstat (limited to 'lib/helpers')
-rw-r--r-- | lib/helpers/dune | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/helpers/dune b/lib/helpers/dune index a8c1733..f04f60c 100644 --- a/lib/helpers/dune +++ b/lib/helpers/dune @@ -1,9 +1,5 @@ (library (name helpers) (public_name ogit.helpers) - (libraries - unix - ogit.layouts) - (modules - html_helpers - file_helpers)) + (libraries unix views) + (modules html_helpers file_helpers)) |