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/Debug.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Propellor/Debug.hs') diff --git a/src/Propellor/Debug.hs b/src/Propellor/Debug.hs index ac4a56cc..790a9a4b 100644 --- a/src/Propellor/Debug.hs +++ b/src/Propellor/Debug.hs @@ -1,6 +1,5 @@ module Propellor.Debug where -import Control.Applicative import Control.Monad.IfElse import System.IO import System.Directory @@ -8,6 +7,8 @@ import System.Log.Logger import System.Log.Formatter import System.Log.Handler (setFormatter) import System.Log.Handler.Simple +import Control.Applicative +import Prelude import Utility.Monad import Utility.Env -- cgit v1.2.3