aboutsummaryrefslogtreecommitdiff
path: root/daffm.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'daffm.cabal')
-rw-r--r--daffm.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/daffm.cabal b/daffm.cabal
index a9cce5f..75a49fe 100644
--- a/daffm.cabal
+++ b/daffm.cabal
@@ -25,7 +25,7 @@ common common-config
build-depends:
array,
base,
- brick <= 2.9,
+ brick <= 2.10,
containers,
data-default <= 0.8.0.1,
directory <= 1.3.9.0,
@@ -33,6 +33,7 @@ common common-config
process <= 1.6.26.1,
unix-compat <= 0.7.4.1,
mtl == 2.3.1,
+ containers <= 0.8,
temporary,
text,
vector,
@@ -59,6 +60,8 @@ library lib-daffm
Daffm.View
Daffm.Types
Daffm.Attrs
+ Daffm.Event
+ Daffm.State
test-suite specs
import: common-config, warnings