aboutsummaryrefslogtreecommitdiff
path: root/daffm.cabal
diff options
context:
space:
mode:
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