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