From 2d0abaeb779ef63ed59de136e55c63ed2fd0a4ba Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 3 Oct 2025 11:05:17 +0530 Subject: Preserve list position while navigating through directories --- daffm.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'daffm.cabal') 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 -- cgit v1.3.1