summaryrefslogtreecommitdiff
path: root/Propellor/Property/File.hs
AgeCommit message (Collapse)Author
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.
2014-04-18get rid of AttrPropertyJoey Hess
Now both Property and RevertableProperty can influence Attr on their own.
2014-04-13propellor spinJoey Hess
2014-04-13propellor spinJoey Hess
2014-04-13propellor spinJoey Hess
2014-04-10Propellor monad is a Reader for HostAttrJoey Hess
So far, the hostname is only used to improve a message in withPrivData, but I anticipate using HostAttr for a lot more.
2014-04-10propellor spinJoey Hess
2014-04-08propellor spinJoey Hess
2014-04-04fix file mode bugJoey Hess
2014-04-03api doc improvementsJoey Hess
2014-04-01inverted logicJoey Hess
2014-04-01not quite working docker container interfaceJoey Hess
2014-03-31haddock improvemntsJoey Hess
2014-03-30more prep for hackageJoey Hess
2014-03-30prepare for hackageJoey Hess