From a302dfc2aabda53446fb38e035e61ae91b28f84a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 4 Oct 2025 18:07:30 +0530 Subject: Add multi-key handling + command parsing + shell/shell! aliases --- daffm.cabal | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'daffm.cabal') diff --git a/daffm.cabal b/daffm.cabal index 379e91d..8b37971 100644 --- a/daffm.cabal +++ b/daffm.cabal @@ -27,8 +27,7 @@ common common-config build-depends: array, base, - brick <= 2.10, - containers, + brick == 2.4, data-default <= 0.8.0.1, directory <= 1.3.9.0, filepath <= 1.5.4.0, @@ -60,13 +59,15 @@ library lib-daffm hs-source-dirs: lib exposed-modules: Daffm - Daffm.View - Daffm.Types + Daffm.Action.Cmdline + Daffm.Action.Commands + Daffm.Action.Core Daffm.Attrs Daffm.Event Daffm.State - Daffm.Action.Core - Daffm.Action.Cmdline + Daffm.Types + Daffm.Utils + Daffm.View test-suite specs import: common-config, warnings -- cgit v1.3.1