summaryrefslogtreecommitdiff
path: root/src/Propellor/Base.hs
AgeCommit message (Collapse)Author
2016-03-25finished porting Property.UserJoey Hess
2016-03-25ported Property.ListJoey Hess
I wanted to keep propertyList [foo, bar] working, but had some difficulty making the type class approach work. Anyway, that's unlikely to be useful, since foo and bar probably have different types, or could easiy have their types updated breaking it.
2016-03-24convert ensurePropertyJoey Hess
Moved to its own module to keep everything related in one place.
2015-10-27use execProcessConcurrent everywhereJoey Hess
Found a reasonable clean way to make Utility.Process use execProcessConcurrent, while still allowing copying updates to it from git-annex.
2015-10-10propellor spinJoey Hess