From be01532282bdca11e6fc97114206e44872d16eea Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 11 Apr 2014 02:03:51 -0400 Subject: foo --- Propellor/Property.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Propellor/Property.hs') diff --git a/Propellor/Property.hs b/Propellor/Property.hs index 3a3c1cb1..83e19a73 100644 --- a/Propellor/Property.hs +++ b/Propellor/Property.hs @@ -105,6 +105,7 @@ host :: HostName -> Host host hn = Host [] (\_ -> newAttr hn) -- | Adds a property to a Host +-- -- Can add Properties, RevertableProperties, and AttrProperties (&) :: IsProp p => Host -> p -> Host (Host ps as) & p = Host (ps ++ [toProp p]) (getAttr p . as) -- cgit v1.2.3