diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-02 18:43:24 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-02 18:43:24 +0530 |
| commit | 51e29e21ca118ec690f20eaaf7b2b42c0a90e5e6 (patch) | |
| tree | 455b215c64d493bda6a8d6bb689a02c58b15567f /daffm.cabal | |
| parent | 5364332c05749268000c2ac3f0e6880f965e5fdc (diff) | |
| download | daffm-51e29e21ca118ec690f20eaaf7b2b42c0a90e5e6.tar.gz daffm-51e29e21ca118ec690f20eaaf7b2b42c0a90e5e6.zip | |
Simple file explorer ui
Diffstat (limited to '')
| -rw-r--r-- | daffm.cabal | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
