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/Message.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Propellor/Message.hs') diff --git a/src/Propellor/Message.hs b/src/Propellor/Message.hs index 576e58ee..32625e6a 100644 --- a/src/Propellor/Message.hs +++ b/src/Propellor/Message.hs @@ -22,10 +22,11 @@ module Propellor.Message ( import System.Console.ANSI import System.IO import Control.Monad.IO.Class (liftIO, MonadIO) -import Control.Applicative import System.IO.Unsafe (unsafePerformIO) import Control.Concurrent import System.Console.Concurrent +import Control.Applicative +import Prelude import Propellor.Types import Utility.PartialPrelude -- cgit v1.3-2-g0d8e