summaryrefslogtreecommitdiff
path: root/src/Utility/Process/Shim.hs
AgeCommit message (Collapse)Author
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.