summaryrefslogtreecommitdiff
path: root/src/Propellor/Info.hs
diff options
context:
space:
mode:
authorJoey Hess2015-12-19 16:52:53 -0400
committerJoey Hess2015-12-19 16:52:53 -0400
commit714270abfcf6433da29dc80fdcaff740ad2a0169 (patch)
tree5a73c676e40ca029487845aa6bd87a74e93b8556 /src/Propellor/Info.hs
parent4e4c7bb914779ded627bc28de116acd8b0867986 (diff)
Clean build with ghc 7.10.
Import Prelude after modules that cause warnings due to AMP change
Diffstat (limited to 'src/Propellor/Info.hs')
-rw-r--r--src/Propellor/Info.hs1
1 files changed, 1 insertions, 0 deletions
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)