From 34f190366c99b7b3f7a90636e14ac77794a532c0 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 30 Apr 2017 13:53:40 +0200 Subject: drop Control.{Applicative,Monoid} --- Notmuch/Message.hs | 1 - Notmuch/SearchResult.hs | 1 - 2 files changed, 2 deletions(-) (limited to 'Notmuch') 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 -- cgit v1.2.3