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/Types/Info.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Propellor/Types/Info.hs') diff --git a/src/Propellor/Types/Info.hs b/src/Propellor/Types/Info.hs index 2c95b6fc..53fa9e77 100644 --- a/src/Propellor/Types/Info.hs +++ b/src/Propellor/Types/Info.hs @@ -13,8 +13,9 @@ module Propellor.Types.Info ( ) where import Data.Dynamic -import Data.Monoid import Data.Maybe +import Data.Monoid +import Prelude -- | Information about a Host, which can be provided by its properties. newtype Info = Info [InfoEntry] -- cgit v1.2.3