summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-04-27 20:27:37 -0400
committerjoe <joe@jerkface.net>2016-04-27 20:27:37 -0400
commit40f8e77b180702c7434f2f204d43fe4d27a295b5 (patch)
tree5d9f73ee41489340a86a468f3fc504a5da404f9e /lib
parentadc686031bf60e72ba9dc13b7fb6b65121050ed1 (diff)
parenteeea68e148c3c0babad6f530c54f256628433091 (diff)
Merge branch 'master' of oxio4inifatsetlx.onion:samizdat/kiki
Diffstat (limited to 'lib')
-rw-r--r--lib/ProcessUtils.hs1
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
10import GHC.IO.Exception ( ioException, IOErrorType(..) ) 11import GHC.IO.Exception ( ioException, IOErrorType(..) )