summaryrefslogtreecommitdiff
path: root/Propellor.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 10:36:45 -0400
committerJoey Hess2014-03-31 10:36:45 -0400
commit9b65d9650404d8b7202fc63ba23554d734589f20 (patch)
treef19d1e948823bcae4de99a52baac5b1ad8781b8a /Propellor.hs
parentf9536060e86971f37f337132de9a4a0ed327e727 (diff)
monoid
Diffstat (limited to 'Propellor.hs')
-rw-r--r--Propellor.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Propellor.hs b/Propellor.hs
index bc26df58..3e7e88ad 100644
--- a/Propellor.hs
+++ b/Propellor.hs
@@ -17,7 +17,7 @@
-- > getProperties "example.com" = Just
-- > [ Apt.installed ["mydaemon"]
-- > , "/etc/mydaemon.conf" `File.containsLine` "secure=1"
--- > `onChange` cmdProperty "service" ["mydaemon", "restart"]]
+-- > `onChange` cmdProperty "service" ["mydaemon", "restart"]
-- > ]
-- > getProperties _ = Nothing
--
@@ -57,3 +57,4 @@ import Data.Maybe as X
import Data.Either as X
import Control.Applicative as X
import Control.Monad as X
+import Data.Monoid as X