summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/Attr.hs
AgeCommit message (Collapse)Author
2014-06-09Attr is renamed to Info.Joey Hess
2014-06-05can now derive Show for AttrJoey Hess
2014-05-31split out DockerAttrJoey Hess
2014-05-31reorder for consistencyJoey Hess
Onrder does not matter for mappend on set
2014-05-31simplify monoid instance with some helper typesJoey Hess
2014-05-31correct order (didn't really cause any breakage)Joey Hess
2014-05-31got rid of the Attr -> Attr SetAttr hack, and use monoids for AttrJoey Hess
The SetAttr hack used to be needed because the hostname was part of the Attr, and was required to be present. Now that it's moved to Host, let's get rid of that, since it tended to waste CPU.
2014-05-31remove now redundant _hostname field of AttrJoey Hess
Now that Host includes _hostName, it's redundant to also keep it in Attr. This requires changing the reader monad to operate on the whole Host.
2014-05-14moved source code to srcJoey Hess
This is to work around OSX's brain-damange regarding filename case insensitivity. Avoided moving config.hs, because it's a config file. Put in a symlink to make build work.