diff options
author | James Crayne <jim.crayne@gmail.com> | 2016-04-26 23:34:55 -0400 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2016-04-26 23:34:55 -0400 |
commit | 587f4a8ebf51d0f6af6b3067162d0f75bc4aee82 (patch) | |
tree | 451c6e75681cc84497632d2c1e3d6c58f8f2deed /lib/ProcessUtils.hs | |
parent | 03f389091cf73cd4a2017dca2269ffae74269ba9 (diff) |
export readPipe
Diffstat (limited to 'lib/ProcessUtils.hs')
-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(..) ) |