summaryrefslogtreecommitdiffstats
path: root/src/Notmuch/SearchResult.hs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-03-19 21:26:09 +0100
committertv <tv@krebsco.de>2026-03-19 22:36:50 +0100
commit131e4f0ccf655095d13b05f69acdaa1c22b9e6d4 (patch)
tree0775bbb5b4d55c13c9f2c9a7a04267a7ed9b45f0 /src/Notmuch/SearchResult.hs
parentf06e531ecfae6b36df10e2861500490f38a82de5 (diff)
default-language: Haskell2010 -> GHC2024
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 55b8a95..93eeb7b 100644
--- a/src/Notmuch/SearchResult.hs
+++ b/src/Notmuch/SearchResult.hs
@@ -1,5 +1,5 @@
-{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE OverloadedStrings #-}
+
module Notmuch.SearchResult where
import Data.Aeson