From 51e29e21ca118ec690f20eaaf7b2b42c0a90e5e6 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 2 Oct 2025 18:43:24 +0530 Subject: Simple file explorer ui --- daffm.cabal | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'daffm.cabal') diff --git a/daffm.cabal b/daffm.cabal index 850b40a..5f74735 100644 --- a/daffm.cabal +++ b/daffm.cabal @@ -19,6 +19,7 @@ common common-config NamedFieldPuns OverloadedStrings QuasiQuotes + MultiWayIf TemplateHaskell default-language: Haskell2010 build-depends: @@ -28,6 +29,8 @@ common common-config containers, data-default <= 0.8.0.1, directory <= 1.3.9.0, + filepath <= 1.5.4.0, + unix-compat <= 0.7.4.1, mtl == 2.3.1, temporary, text, @@ -52,6 +55,9 @@ library lib-daffm hs-source-dirs: lib exposed-modules: Daffm + Daffm.View + Daffm.Types + Daffm.Attrs test-suite specs import: common-config, warnings -- cgit v1.3.1