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/PrivData.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Propellor/PrivData.hs') diff --git a/src/Propellor/PrivData.hs b/src/Propellor/PrivData.hs index a1e34abc..2ed75e33 100644 --- a/src/Propellor/PrivData.hs +++ b/src/Propellor/PrivData.hs @@ -23,11 +23,9 @@ module Propellor.PrivData ( forceHostContext, ) where -import Control.Applicative import System.IO import System.Directory import Data.Maybe -import Data.Monoid import Data.List import Data.Typeable import Control.Monad @@ -38,6 +36,9 @@ import qualified Data.Set as S import qualified Data.ByteString.Lazy as L import System.Console.Concurrent import System.Console.Concurrent.Internal (ConcurrentProcessHandle(..)) +import Control.Applicative +import Data.Monoid +import Prelude import Propellor.Types import Propellor.Types.PrivData -- cgit v1.3-2-g0d8e