summaryrefslogtreecommitdiff
path: root/src/Utility/Process/Shim.hs
AgeCommit message (Collapse)Author
2020-06-05fix buildJoey Hess
2020-06-05fix bad merge of Utility.Process.Shim from git-annexJoey Hess
Fixes display of concurrent output from processes when using Propellor.Property.Conductor. (Reversion introduced in version 5.5.0.) Utility.Process.Shim's whole point is to let propellor differ from git-annex here, but I forgot and copied over git-annex's version.
2018-12-30Merged Utility changes from git-annexJoey Hess
Last done in May 2017..
2015-11-01merge from concurrent-outputJoey Hess
2015-10-28work around waitForProcess race conditionJoey Hess
https://github.com/haskell/process/issues/46
2015-10-28split out generic ConcurrentOutput module to UtilityJoey Hess
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.