aboutsummaryrefslogtreecommitdiff
path: root/daffm.cabal
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-04 18:07:30 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-04 19:10:06 +0530
commita302dfc2aabda53446fb38e035e61ae91b28f84a (patch)
tree67ca03f33ebf31e198ac5a883100b96cc387f264 /daffm.cabal
parentb05be850349dbb813d2af6f3ee7a2fc3bf98b8ef (diff)
downloaddaffm-a302dfc2aabda53446fb38e035e61ae91b28f84a.tar.gz
daffm-a302dfc2aabda53446fb38e035e61ae91b28f84a.zip
Add multi-key handling + command parsing + shell/shell! aliases
Diffstat (limited to 'daffm.cabal')
-rw-r--r--daffm.cabal13
1 files changed, 7 insertions, 6 deletions
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