summaryrefslogtreecommitdiffstats
path: root/much.cabal
diff options
context:
space:
mode:
authorKierán Meinhardt <kieran.meinhardt@gmail.com>2020-09-29 21:55:23 +0200
committerKierán Meinhardt <kieran.meinhardt@gmail.com>2020-09-29 22:14:38 +0200
commite7d53d6fc81fb14576fca035ab0360b44bbd6495 (patch)
treed0fbd3b38c12d6541e08b446c2e6d9b4c43da7b4 /much.cabal
parent8d5e610b4caee7cb184294ca22f527f9f6934b82 (diff)
override colors and query via JSON config
Diffstat (limited to 'much.cabal')
-rw-r--r--much.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/much.cabal b/much.cabal
index 935f148..0e5023c 100644
--- a/much.cabal
+++ b/much.cabal
@@ -49,6 +49,7 @@ library
hs-source-dirs: src
exposed-modules: Much.Core
, Much.Action
+ , Much.Config
, Much.Event
, Much.ParseMail
, Much.RenderTreeView
@@ -91,6 +92,7 @@ library
, linebreak
, network
, old-locale
+ , optparse-applicative
, process
, random
, rosezipper