From f520a2c10359257ea6f920d26fe29831db8d07e3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 18 Jul 2012 18:29:33 -0400 Subject: add missing imports --- Utility/Parallel.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Utility') 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. -} -- cgit v1.2.3