diff options
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 | 
