From 9678331ed60bd487547c07e369aa5a06252d0954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 19 Jan 2025 19:32:53 +0100 Subject: Custom prompt implementation instead of Haskeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: New CLI prompt implementation providing cleaner interface Changelog: CLI: Avoids displaying sent messages twice – both in previous prompt and in message history --- erebos.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'erebos.cabal') diff --git a/erebos.cabal b/erebos.cabal index ccf1e42..cfa826f 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -184,6 +184,7 @@ executable erebos main-is: Main.hs other-modules: Paths_erebos + Terminal Test Test.Service Version @@ -192,14 +193,15 @@ executable erebos Paths_erebos build-depends: + ansi-terminal ^>= { 1.1.2 }, bytestring, crypton, directory, erebos, - haskeline >=0.7 && <0.9, mtl, network, process >=1.6 && <1.7, + stm, template-haskell ^>= { 2.17, 2.18, 2.19, 2.20, 2.21, 2.22 }, text, time, -- cgit v1.2.3