From 5e06e4d7f2e1442285060ba820df418f3508a449 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 19 Jun 2016 19:54:27 +0900 Subject: fix build on old GHC by importing Data.Foldable --- src/Propellor/Property.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Property.hs') diff --git a/src/Propellor/Property.hs b/src/Propellor/Property.hs index 3fff9e04..c68dc882 100644 --- a/src/Propellor/Property.hs +++ b/src/Propellor/Property.hs @@ -54,6 +54,7 @@ import System.Posix.Files import qualified Data.Hash.MD5 as MD5 import Data.List import Control.Applicative +import Data.Foldable hiding (elem) import Prelude import Propellor.Types -- cgit v1.2.3