diff options
Diffstat (limited to 'much.cabal')
| -rw-r--r-- | much.cabal | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
