diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-01-26 19:18:20 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-01-26 19:18:20 +0100 |
commit | 36c8f580659be0586413e3bfc891173fff3edd21 (patch) | |
tree | 84ef541a7b33550e427147dc3cf27d5fcb2370f8 /lib/views/dune | |
parent | 1793a47597d9813812f3715c55e6ec8a923274e6 (diff) |
Update views.
This doesn't even work. Why is OCaml so complicated?!
Diffstat (limited to 'lib/views/dune')
-rw-r--r-- | lib/views/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/views/dune b/lib/views/dune index 1b722c5..2c9ab5e 100644 --- a/lib/views/dune +++ b/lib/views/dune @@ -1,4 +1,4 @@ (library (name views) (public_name ogit.views) - (libraries dream-html git)) + (libraries dream-html git-unix)) |