diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-03 11:05:17 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-03 11:05:17 +0530 |
| commit | 2d0abaeb779ef63ed59de136e55c63ed2fd0a4ba (patch) | |
| tree | f00b8e584e42b4273ae5b75ec04efbf6585dafd1 /daffm.cabal | |
| parent | c636e2bbe34bff6f75b334cdaa9d4e59b92fa48c (diff) | |
| download | daffm-2d0abaeb779ef63ed59de136e55c63ed2fd0a4ba.tar.gz daffm-2d0abaeb779ef63ed59de136e55c63ed2fd0a4ba.zip | |
Preserve list position while navigating through directories
Diffstat (limited to '')
| -rw-r--r-- | daffm.cabal | 5 |
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 |
