From ca6a853f3ab4994db3d45ba0677bdae1a1769ff6 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 26 Oct 2025 11:23:05 +0530 Subject: Fix command-shell from config example to use eval --- daffm.cabal | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'daffm.cabal') diff --git a/daffm.cabal b/daffm.cabal index 41d1077..65387ab 100644 --- a/daffm.cabal +++ b/daffm.cabal @@ -11,8 +11,6 @@ description: Dumb as fuck file manager extra-doc-files: docs/daffm.1 data-files: docs/daffm.1 -install-includes: docs/daffm.1 -extra-source-files: docs/daffm.1 source-repository head type: git @@ -32,7 +30,7 @@ common common-config build-depends: array, base, - brick == 2.10, + brick <= 2.10, tomland <= 1.3.3.3, containers <= 0.8, data-default <= 0.8.0.1, -- cgit v1.3.1