diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-06-19 19:54:27 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-06-19 19:57:44 +0900 |
| commit | 5e06e4d7f2e1442285060ba820df418f3508a449 (patch) | |
| tree | a059f28a35d35c262c48fe9f7753ad405f4bb714 /src | |
| parent | c1b209031a5a584417fc72edf8e77ff0c21f5a88 (diff) | |
fix build on old GHC by importing Data.Foldable
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property.hs | 1 |
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 |
