summaryrefslogtreecommitdiff
path: root/bin/dune
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2020-06-07 21:20:39 -0400
committerRyan Kavanagh <rak@rak.ac>2020-06-07 22:11:02 -0400
commit6e7d635f6f72b5114e9dfbcf22f42683c446ae5e (patch)
treecafa130ac2a38a247d4d3e181fa7bc83eb5d59dc /bin/dune
parentUpdate new prefix for list items (diff)
Switch from curses to notty
Diffstat (limited to 'bin/dune')
-rw-r--r--bin/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dune b/bin/dune
index 9861cc3..7b136a7 100644
--- a/bin/dune
+++ b/bin/dune
@@ -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)))