diff options
| author | tv <tv@krebsco.de> | 2026-01-21 04:02:18 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-01-21 04:02:43 +0100 |
| commit | f06e531ecfae6b36df10e2861500490f38a82de5 (patch) | |
| tree | e4ccde32751c1ca1c1e2ba50fc6da1fa449fbd66 | |
| parent | 833c1f9ab5f5c75e7fa582c728661324a6be94b2 (diff) | |
| -rw-r--r-- | much.cabal | 2 | ||||
| -rw-r--r-- | src/Notmuch/SearchResult.hs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ cabal-version: 3.8 name: much -version: 1.4.0 +version: 1.4.1 license: MIT author: tv <tv@krebsco.de> maintainer: tv@krebsco.de diff --git a/src/Notmuch/SearchResult.hs b/src/Notmuch/SearchResult.hs index a59fa9c..55b8a95 100644 --- a/src/Notmuch/SearchResult.hs +++ b/src/Notmuch/SearchResult.hs @@ -3,7 +3,7 @@ module Notmuch.SearchResult where import Data.Aeson -import Data.Text +import Data.Text (Text) import Data.Time.Clock import Data.Time.Clock.POSIX import Notmuch.Class |
