diff options
author | James Crayne <jim.crayne@gmail.com> | 2016-04-27 20:13:10 -0400 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2016-04-27 20:13:10 -0400 |
commit | eeea68e148c3c0babad6f530c54f256628433091 (patch) | |
tree | eb01c1624bb23225639daaebd5c8d3212dc238a1 /lib/ProcessUtils.hs | |
parent | 7cb2a0f142d3999d06285c7a0e438bba8c765057 (diff) |
fix first cokiki test
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(..) ) |