summaryrefslogtreecommitdiff
path: root/src/Propellor/Property.hs
diff options
context:
space:
mode:
authorJoey Hess2014-05-28 10:38:29 -0400
committerJoey Hess2014-05-28 10:38:29 -0400
commit2066292be9490fe2d8bc433e4c21b0a1907455e6 (patch)
tree9b4962bb54282557ee137d9aa316c55914b1fd07 /src/Propellor/Property.hs
parenta0b808e8923c2ceb598bf56f8f2628c802574765 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property.hs')
-rw-r--r--src/Propellor/Property.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Propellor/Property.hs b/src/Propellor/Property.hs
index 24494654..0728932e 100644
--- a/src/Propellor/Property.hs
+++ b/src/Propellor/Property.hs
@@ -103,6 +103,9 @@ trivial p = adjustProperty p $ \satisfy -> do
then return NoChange
else return r
+doNothing :: Property
+doNothing = property "noop property" noChange
+
-- | Makes a property that is satisfied differently depending on the host's
-- operating system.
--