diff options
| author | tv <tv@krebsco.de> | 2026-03-19 22:09:58 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-19 22:39:41 +0100 |
| commit | fdeb641fde5f82c3ad617c5c801ab40955fe62af (patch) | |
| tree | 3b741944473738fb79f4f50943b3975c20a6e9a1 /much.cabal | |
| parent | 131e4f0ccf655095d13b05f69acdaa1c22b9e6d4 (diff) | |
blessings: 2 -> 3
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 |
