summaryrefslogtreecommitdiffstats
path: root/much.cabal
diff options
context:
space:
mode:
authorKierán Meinhardt <kieran.meinhardt@gmail.com>2020-09-30 10:56:37 +0200
committerKierán Meinhardt <kieran.meinhardt@gmail.com>2020-09-30 10:57:17 +0200
commit15646fa9e492ded6978620e8e17239c636cfbb16 (patch)
tree1ffc7904b467be04b85ee0000e901f3d33a2e9aa /much.cabal
parentbc75dbe4a72210352c2b1c0983b35658d307dca5 (diff)
kmein config: add saveAttachment action
Diffstat (limited to 'much.cabal')
-rw-r--r--much.cabal11
1 files changed, 8 insertions, 3 deletions
diff --git a/much.cabal b/much.cabal
index 5f3c18f..3d5181e 100644
--- a/much.cabal
+++ b/much.cabal
@@ -37,13 +37,18 @@ executable much-kmein
ghc-options: -O2 -threaded -with-rtsopts=-N
build-depends: much
, base
- , unix
- , scanner
, blessings
+ , bytestring
+ , containers
+ , filepath
, hyphenation
, linebreak
- , containers
+ , process
, rosezipper
+ , scanner
+ , text
+ , time
+ , unix
library
hs-source-dirs: src