aboutsummaryrefslogtreecommitdiff
path: root/daffm.cabal
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-05 00:43:39 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-05 00:45:40 +0530
commit4582ce60603c57c6b75b73d590d93f443acda96a (patch)
tree2d6c0dde60443fdd87356a3233a9d2cd92046ef3 /daffm.cabal
parenta302dfc2aabda53446fb38e035e61ae91b28f84a (diff)
downloaddaffm-4582ce60603c57c6b75b73d590d93f443acda96a.tar.gz
daffm-4582ce60603c57c6b75b73d590d93f443acda96a.zip
Add configuration (keymap) loading from toml file
Diffstat (limited to 'daffm.cabal')
-rw-r--r--daffm.cabal10
1 files changed, 6 insertions, 4 deletions
diff --git a/daffm.cabal b/daffm.cabal
index 8b37971..7a1eeec 100644
--- a/daffm.cabal
+++ b/daffm.cabal
@@ -28,16 +28,17 @@ common common-config
array,
base,
brick == 2.4,
+ tomland <= 1.3.3.3,
+ containers <= 0.8,
data-default <= 0.8.0.1,
directory <= 1.3.9.0,
filepath <= 1.5.4.0,
- process <= 1.6.26.1,
- unix-compat <= 0.7.4.1,
mtl == 2.3.1,
- containers <= 0.8,
- text-zipper <= 0.13,
+ process <= 1.6.26.1,
temporary,
text,
+ text-zipper <= 0.13,
+ unix-compat <= 0.7.4.1,
vector,
vty
@@ -63,6 +64,7 @@ library lib-daffm
Daffm.Action.Commands
Daffm.Action.Core
Daffm.Attrs
+ Daffm.Configuration
Daffm.Event
Daffm.State
Daffm.Types