From 714270abfcf6433da29dc80fdcaff740ad2a0169 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 19 Dec 2015 16:52:53 -0400 Subject: Clean build with ghc 7.10. Import Prelude after modules that cause warnings due to AMP change --- src/Propellor/Property.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Propellor/Property.hs') diff --git a/src/Propellor/Property.hs b/src/Propellor/Property.hs index e862fb44..a83bffc4 100644 --- a/src/Propellor/Property.hs +++ b/src/Propellor/Property.hs @@ -38,12 +38,13 @@ module Propellor.Property ( import System.Directory import System.FilePath import Control.Monad -import Control.Applicative import Data.Monoid import Control.Monad.IfElse import "mtl" Control.Monad.RWS.Strict import System.Posix.Files import qualified Data.Hash.MD5 as MD5 +import Control.Applicative +import Prelude import Propellor.Types import Propellor.Types.ResultCheck -- cgit v1.3-2-g0d8e