summaryrefslogtreecommitdiffstats
path: root/much.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'much.cabal')
-rw-r--r--much.cabal7
1 files changed, 5 insertions, 2 deletions
diff --git a/much.cabal b/much.cabal
index 53b5da3..a600617 100644
--- a/much.cabal
+++ b/much.cabal
@@ -8,7 +8,9 @@ build-type: Simple
common common-stuff
build-depends:
- blessings >= 2.5.0
+ blessings >= 3.0.0
+ , mono-traversable
+ , text-wcwidth
executable much
import: common-stuff
@@ -59,7 +61,7 @@ library
, Notmuch.Class
, Notmuch.Message
, Notmuch.SearchResult
- other-modules: Blessings.String.Extra
+ other-modules: Blessings.Extra
, Codec.MIME.Base64
, Codec.MIME.Decode
, Codec.MIME.Parse
@@ -67,6 +69,7 @@ library
, Codec.MIME.Type
, Data.Aeson.Extends
, Data.Tree.Extra
+ , Data.WText.Aeson
build-depends: base
, aeson
, attoparsec