diff options
author | Ryan Kavanagh <rak@rak.ac> | 2020-06-07 21:20:39 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2020-06-07 22:11:02 -0400 |
commit | 6e7d635f6f72b5114e9dfbcf22f42683c446ae5e (patch) | |
tree | cafa130ac2a38a247d4d3e181fa7bc83eb5d59dc /bin/dune | |
parent | Update new prefix for list items (diff) |
Switch from curses to notty
Diffstat (limited to 'bin/dune')
-rw-r--r-- | bin/dune | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ (executable (public_name leda) (name leda) - (libraries base cmdliner curses gemini lwt lwt_ppx mirage-crypto-rng.lwt) + (libraries base cmdliner notty notty.lwt gemini lwt lwt_ppx mirage-crypto-rng.lwt) (preprocess (pps lwt_ppx))) |