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.
This commit is contained in:
parent
9ee2745ca5
commit
ec267aa1ea
23 changed files with 40 additions and 35 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ module Logs.Difference.Pure (
|
|||
parseDifferencesLog,
|
||||
) where
|
||||
|
||||
import Data.Monoid
|
||||
import qualified Data.Map as M
|
||||
|
||||
import Common.Annex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue