diff options
Diffstat (limited to 'lib/ProcessUtils.hs')
-rw-r--r-- | lib/ProcessUtils.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ProcessUtils.hs b/lib/ProcessUtils.hs index 492d666..b89edb9 100644 --- a/lib/ProcessUtils.hs +++ b/lib/ProcessUtils.hs | |||
@@ -5,6 +5,7 @@ module ProcessUtils | |||
5 | , systemEnv | 5 | , systemEnv |
6 | , readPipe | 6 | , readPipe |
7 | , readProcessWithErrorH | 7 | , readProcessWithErrorH |
8 | , runExternal | ||
8 | ) where | 9 | ) where |
9 | 10 | ||
10 | import GHC.IO.Exception ( ioException, IOErrorType(..) ) | 11 | import GHC.IO.Exception ( ioException, IOErrorType(..) ) |