diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ProcessUtils.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ProcessUtils.hs b/lib/ProcessUtils.hs index d4f0f98..06f6893 100644 --- a/lib/ProcessUtils.hs +++ b/lib/ProcessUtils.hs | |||
@@ -1,6 +1,8 @@ | |||
1 | {-# LANGUAGE CPP #-} | ||
1 | module ProcessUtils | 2 | module ProcessUtils |
2 | ( ExitCode(ExitFailure,ExitSuccess) | 3 | ( ExitCode(ExitFailure,ExitSuccess) |
3 | , systemEnv | 4 | , systemEnv |
5 | , readPipe | ||
4 | ) where | 6 | ) where |
5 | 7 | ||
6 | import GHC.IO.Exception ( ioException, IOErrorType(..) ) | 8 | import GHC.IO.Exception ( ioException, IOErrorType(..) ) |