summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-01-21 04:02:18 +0100
committertv <tv@krebsco.de>2026-01-21 04:02:43 +0100
commitf06e531ecfae6b36df10e2861500490f38a82de5 (patch)
treee4ccde32751c1ca1c1e2ba50fc6da1fa449fbd66
parent833c1f9ab5f5c75e7fa582c728661324a6be94b2 (diff)
Notmuch.SearchResult: limit Text importHEAD1.4.1master
-rw-r--r--much.cabal2
-rw-r--r--src/Notmuch/SearchResult.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/much.cabal b/much.cabal
index 9615dee..06ba74a 100644
--- a/much.cabal
+++ b/much.cabal
@@ -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