summaryrefslogtreecommitdiff
path: root/src/System/Console/Concurrent.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/System/Console/Concurrent.hs')
-rw-r--r--src/System/Console/Concurrent.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/System/Console/Concurrent.hs b/src/System/Console/Concurrent.hs
index efbfaa15..12447637 100644
--- a/src/System/Console/Concurrent.hs
+++ b/src/System/Console/Concurrent.hs
@@ -14,13 +14,18 @@
-- > `concurrently`
-- > createProcessConcurrent (proc "ls" [])
+{-# LANGUAGE CPP #-}
+
module System.Console.Concurrent (
-- * Concurrent output
withConcurrentOutput,
Outputable(..),
outputConcurrent,
+ errorConcurrent,
ConcurrentProcessHandle,
+#ifndef mingw32_HOST_OS
createProcessConcurrent,
+#endif
waitForProcessConcurrent,
createProcessForeground,
flushConcurrentOutput,