summaryrefslogtreecommitdiff
path: root/src/Propellor/Property.hs
diff options
context:
space:
mode:
authorSean Whitton2016-06-19 19:54:27 +0900
committerSean Whitton2016-06-19 19:57:44 +0900
commit5e06e4d7f2e1442285060ba820df418f3508a449 (patch)
treea059f28a35d35c262c48fe9f7753ad405f4bb714 /src/Propellor/Property.hs
parentc1b209031a5a584417fc72edf8e77ff0c21f5a88 (diff)
fix build on old GHC by importing Data.Foldable
Diffstat (limited to 'src/Propellor/Property.hs')
-rw-r--r--src/Propellor/Property.hs1
1 files changed, 1 insertions, 0 deletions
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