aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Process.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/Process.hsc')
-rw-r--r--System/Posix/Process.hsc4
1 files changed, 1 insertions, 3 deletions
diff --git a/System/Posix/Process.hsc b/System/Posix/Process.hsc
index 72da1c6..afdb164 100644
--- a/System/Posix/Process.hsc
+++ b/System/Posix/Process.hsc
@@ -1,6 +1,6 @@
#if __GLASGOW_HASKELL__ >= 709
{-# LANGUAGE Safe #-}
-#elif __GLASGOW_HASKELL__ >= 703
+#else
{-# LANGUAGE Trustworthy #-}
#endif
-----------------------------------------------------------------------------
@@ -22,10 +22,8 @@ module System.Posix.Process (
-- * Processes
-- ** Forking and executing
-#ifdef __GLASGOW_HASKELL__
forkProcess,
forkProcessWithUnmask,
-#endif
executeFile,
-- ** Exiting