diff options
| author | tv <tv@krebsco.de> | 2017-04-30 13:53:40 +0200 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2017-04-30 15:46:32 +0200 | 
| commit | 34f190366c99b7b3f7a90636e14ac77794a532c0 (patch) | |
| tree | 25159910446ab10ba5ba82c17a35d33292e4d99a /Notmuch | |
| parent | bf6492b9daf511480efdd0e6e4cda855be1e22c7 (diff) | |
drop Control.{Applicative,Monoid}
Diffstat (limited to 'Notmuch')
| -rw-r--r-- | Notmuch/Message.hs | 1 | ||||
| -rw-r--r-- | Notmuch/SearchResult.hs | 1 | 
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  | 
