diff options
Diffstat (limited to '')
| -rw-r--r-- | daffm.cabal | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/daffm.cabal b/daffm.cabal index 379e91d..8b37971 100644 --- a/daffm.cabal +++ b/daffm.cabal @@ -27,8 +27,7 @@ common common-config build-depends: array, base, - brick <= 2.10, - containers, + brick == 2.4, data-default <= 0.8.0.1, directory <= 1.3.9.0, filepath <= 1.5.4.0, @@ -60,13 +59,15 @@ library lib-daffm hs-source-dirs: lib exposed-modules: Daffm - Daffm.View - Daffm.Types + Daffm.Action.Cmdline + Daffm.Action.Commands + Daffm.Action.Core Daffm.Attrs Daffm.Event Daffm.State - Daffm.Action.Core - Daffm.Action.Cmdline + Daffm.Types + Daffm.Utils + Daffm.View test-suite specs import: common-config, warnings |
