summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2015-10-27 23:52:02 -0400
committerJoey Hess2015-10-27 23:52:02 -0400
commit894e2f7980052f1c331ba7780100ae0ad19856cb (patch)
treeaffb9ffb3c77d4d8b12bf2cb6666ec28ce6a11a4 /propellor.cabal
parent261d008d41e6656ce4ceafb8c0f0630d5795944a (diff)
use execProcessConcurrent everywhere
Found a reasonable clean way to make Utility.Process use execProcessConcurrent, while still allowing copying updates to it from git-annex.
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 7a9d2b5d..63fcaaa5 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -135,6 +135,7 @@ Library
Propellor.CmdLine
Propellor.Info
Propellor.Message
+ Propellor.Debug
Propellor.PrivData
Propellor.Engine
Propellor.Exception
@@ -175,6 +176,7 @@ Library
Utility.PartialPrelude
Utility.PosixFiles
Utility.Process
+ Utility.Process.Shim
Utility.SafeCommand
Utility.Scheduled
Utility.Table