cabal-version: 3.0 name: daffm version: 0.1.0.0 license: MIT author: Akshay Nair maintainer: Akshay Nair build-type: Simple synopsis: Dumb as fuck file manager description: Dumb as fuck file manager extra-doc-files: docs/daffm.1 data-files: docs/daffm.1 source-repository head type: git location: https://github.com/makedaft/daffm.git common common-config default-extensions: RankNTypes NamedFieldPuns OverloadedStrings ViewPatterns LambdaCase QuasiQuotes MultiWayIf TemplateHaskell TupleSections default-language: Haskell2010 build-depends: array, base, brick <= 2.10, tomland <= 1.3.3.3, containers <= 0.8, data-default <= 0.8.0.1, directory <= 1.3.9.0, filepath <= 1.5.4.0, mtl == 2.3.1, process <= 1.6.26.1, temporary, text, text-zipper <= 0.13, unix-compat <= 0.7.4.1, unix <= 2.8.8.0, vector, vty common warnings ghc-options: -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -Wunused-foralls -Wextra -Wno-unused-do-bind -Wname-shadowing -fwarn-tabs -fprint-explicit-foralls -fprint-explicit-kinds -threaded -rtsopts -with-rtsopts=-N executable daffm import: common-config, warnings hs-source-dirs: exe main-is: Main.hs build-depends: lib-daffm library lib-daffm import: common-config, warnings hs-source-dirs: lib exposed-modules: Daffm Daffm.Action.Cmdline Daffm.Action.Commands Daffm.Action.Core Daffm.Action.Keymap Daffm.Args Daffm.Attrs Daffm.Configuration Daffm.Event Daffm.Keymap Daffm.State Daffm.Types Daffm.Utils Daffm.View test-suite specs import: common-config, warnings type: exitcode-stdio-1.0 hs-source-dirs: specs main-is: Main.hs ghc-options: -Wno-name-shadowing other-modules: Specs.FooSpec build-depends: lib-daffm, template-haskell, hspec