summaryrefslogtreecommitdiff
path: root/src/Utility/SafeCommand.hs
AgeCommit message (Collapse)Author
2015-06-01remove Params constructorJoey Hess
Before it gets into released API...
2015-05-27Export CommandParam, boolSystem, safeSystem and shellEscape from ↵Joey Hess
Propellor.Property.Cmd, so they are available for use in constricting your own Properties when using propellor as a library. Several imports of Utility.SafeCommand now redundant.
2015-05-27merge changes from git-annexJoey Hess
2015-05-07merge from git-annexJoey Hess
2015-04-29propellor spinJoey Hess
2015-01-06Merge Utiity modules from git-annex.Joey Hess
Except for a few that are using the other exception handling library, that propellor has not switched to yet.
2014-11-21email updateJoey Hess
2014-11-19merge from git-annexJoey Hess
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.