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/Info.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Info.hs') diff --git a/src/Propellor/Info.hs b/src/Propellor/Info.hs index 889f8439..499b901c 100644 --- a/src/Propellor/Info.hs +++ b/src/Propellor/Info.hs @@ -11,6 +11,7 @@ import qualified Data.Map as M import Data.Maybe import Data.Monoid import Control.Applicative +import Prelude pureInfoProperty :: (IsInfo v) => Desc -> v -> Property HasInfo pureInfoProperty desc v = pureInfoProperty' desc (addInfo mempty v) -- cgit v1.3-2-g0d8e