summaryrefslogtreecommitdiff
path: root/src/Propellor/EnsureProperty.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/EnsureProperty.hs')
-rw-r--r--src/Propellor/EnsureProperty.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Propellor/EnsureProperty.hs b/src/Propellor/EnsureProperty.hs
index c19dc025..f9094c5b 100644
--- a/src/Propellor/EnsureProperty.hs
+++ b/src/Propellor/EnsureProperty.hs
@@ -14,6 +14,9 @@ import Propellor.Types
import Propellor.Types.MetaTypes
import Propellor.Exception
+import Data.Monoid
+import Prelude
+
-- | For when code running in the Propellor monad needs to ensure a
-- Property.
--