diff options
| -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 |
