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 /src/Notmuch | |
| parent | 833c1f9ab5f5c75e7fa582c728661324a6be94b2 (diff) | |
Diffstat (limited to 'src/Notmuch')
| -rw-r--r-- | src/Notmuch/SearchResult.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
