From 6e7d635f6f72b5114e9dfbcf22f42683c446ae5e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 7 Jun 2020 21:20:39 -0400 Subject: Switch from curses to notty --- bin/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/dune') 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))) -- cgit v1.2.3