summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index 866e8090..d30a39f3 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -13,9 +13,9 @@
module Propellor.Types
( Host(..)
, Property(..)
+ , property
, Info
, Desc
- , property
, MetaType(..)
, OS(..)
, UnixLike
@@ -172,7 +172,7 @@ ignoreInfo =
-- | Gets the action that can be run to satisfy a Property.
-- You should never run this action directly. Use
--- 'Propellor.Engine.ensureProperty` instead.
+-- 'Propellor.EnsureProperty.ensureProperty` instead.
propertySatisfy :: Property metatypes -> Propellor Result
propertySatisfy (Property _ _ a _ _) = a