From f6cc964592f8ad6f669abd27b3f04ab65eccb245 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Jun 2016 13:17:35 -0400 Subject: avoid import warning about Foldable I don't know why this works, or a better way to do it, but it does.. --- src/Propellor/Property.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Propellor/Property.hs b/src/Propellor/Property.hs index fe314941..f23fd3ba 100644 --- a/src/Propellor/Property.hs +++ b/src/Propellor/Property.hs @@ -54,8 +54,8 @@ import System.Posix.Files import qualified Data.Hash.MD5 as MD5 import Data.List import Control.Applicative -import Data.Foldable (Foldable, foldr1) -import Prelude hiding (Foldable) +import Data.Foldable +import Prelude import Propellor.Types import Propellor.Types.Core -- cgit v1.3-2-g0d8e