summaryrefslogtreecommitdiffstats
path: root/src/Notmuch/SearchResult.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Notmuch/SearchResult.hs')
-rw-r--r--src/Notmuch/SearchResult.hs2
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