alexozer / flitter

A LiveSplit-inspired speedrunning split timer for Linux/macOS terminal. Supports global hotkeys.
MIT License
132 stars 11 forks source link

Dune install error #25

Closed MatthewAlanLeBrun closed 3 years ago

MatthewAlanLeBrun commented 3 years ago

dune install is not working and giving the following output:

Error: The following <package>.install are missing:
- _build/default/vendor/notty/notty_lwt.install
Hint: try running: dune build @install

When I try following the hint I get this:

malb@greybox:~/Apps/flitter$ dune build @install
File "vendor/notty/lwt/notty_lwt.ml", line 68, characters 25-64:
Error: This expression has type (unit -> unit) Lwt.t
       but an expression was expected of type unit Lwt.t
       Hint: Did you forget to provide `()' as argument?
Done: 216/229 (jobs: 1)
alexozer commented 3 years ago

Fixed in 666c5483bc93efa6d01e0b7a927461269f8e14de.