diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-02-02 17:08:52 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-02-02 17:08:52 +0100 |
commit | aacec6588c3aebffda6c6221b02622576c85c407 (patch) | |
tree | 213da645d447ac0e82a9209412f94fa78a8bc594 /lib/dune | |
parent | 6e8e49ba49beeeb63e1e027fc23e8883a1185109 (diff) |
Change Views render function return type.
All Views submodules' render functions now return a Dream_html node
promise, rather than the node itself.
Diffstat (limited to 'lib/dune')
-rw-r--r-- | lib/dune | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ (library (name ogit) - (libraries dream dream-html lwt_ppx git-unix) + (libraries dream dream-html git-unix) (preprocess (pps lwt_ppx))) |