summaryrefslogtreecommitdiffstats
path: root/Notmuch
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-04-30 13:53:40 +0200
committertv <tv@krebsco.de>2017-04-30 15:46:32 +0200
commit34f190366c99b7b3f7a90636e14ac77794a532c0 (patch)
tree25159910446ab10ba5ba82c17a35d33292e4d99a /Notmuch
parentbf6492b9daf511480efdd0e6e4cda855be1e22c7 (diff)
drop Control.{Applicative,Monoid}
Diffstat (limited to 'Notmuch')
-rw-r--r--Notmuch/Message.hs1
-rw-r--r--Notmuch/SearchResult.hs1
2 files changed, 0 insertions, 2 deletions
diff --git a/Notmuch/Message.hs b/Notmuch/Message.hs
index cdfaf9c..26122bf 100644
--- a/Notmuch/Message.hs
+++ b/Notmuch/Message.hs
@@ -3,7 +3,6 @@
{-# LANGUAGE OverloadedStrings #-}
module Notmuch.Message where
-import Control.Applicative
import Data.Aeson
import Data.Aeson.Types (Parser)
import Data.Time.Calendar
diff --git a/Notmuch/SearchResult.hs b/Notmuch/SearchResult.hs
index 52b8c20..94bfecf 100644
--- a/Notmuch/SearchResult.hs
+++ b/Notmuch/SearchResult.hs
@@ -2,7 +2,6 @@
{-# LANGUAGE OverloadedStrings #-}
module Notmuch.SearchResult where
-import Control.Applicative
import Data.Aeson
import Data.Text
import Data.Time.Clock