summaryrefslogtreecommitdiff
path: root/Utility/Parallel.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Parallel.hs')
-rw-r--r--Utility/Parallel.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Utility/Parallel.hs b/Utility/Parallel.hs
index 9df95ab2b..f4a79316c 100644
--- a/Utility/Parallel.hs
+++ b/Utility/Parallel.hs
@@ -9,6 +9,8 @@ module Utility.Parallel where
import Common
+import System.Posix.Process
+
{- Runs an action in parallel with a set of values.
- Returns the values partitioned into ones with which the action succeeded,
- and ones with which it failed. -}