diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-10 16:19:56 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-10 16:20:30 -0400 |
commit | 5201613fc97b855bf60979ac7e2550ad08fa3798 (patch) | |
tree | aed27d1952cd8455aecdd501cfbc5e0b43bfbb5c /Logs | |
parent | 21b14af6904123d5c5cc1c575aee7203f65d7800 (diff) |
rejigger imports for clean build with ghc 7.10's AMP changes
The explict import Prelude after import Control.Applicative is a trick
to avoid a warning.
Diffstat (limited to 'Logs')
-rw-r--r-- | Logs/Difference.hs | 1 | ||||
-rw-r--r-- | Logs/Difference/Pure.hs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Logs/Difference.hs b/Logs/Difference.hs index fcebffee9..8d37a09c4 100644 --- a/Logs/Difference.hs +++ b/Logs/Difference.hs @@ -12,7 +12,6 @@ module Logs.Difference ( module Logs.Difference.Pure ) where -import Data.Monoid import Data.Time.Clock.POSIX import qualified Data.Map as M diff --git a/Logs/Difference/Pure.hs b/Logs/Difference/Pure.hs index 25f3844d6..0e68ffd3c 100644 --- a/Logs/Difference/Pure.hs +++ b/Logs/Difference/Pure.hs @@ -10,7 +10,6 @@ module Logs.Difference.Pure ( parseDifferencesLog, ) where -import Data.Monoid import qualified Data.Map as M import Common.Annex |