aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Fcntl.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/Fcntl.hsc')
-rw-r--r--System/Posix/Fcntl.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/Fcntl.hsc b/System/Posix/Fcntl.hsc
index 749826f..2d8ef12 100644
--- a/System/Posix/Fcntl.hsc
+++ b/System/Posix/Fcntl.hsc
@@ -1,7 +1,7 @@
{-# LANGUAGE CApiFFI #-}
#if __GLASGOW_HASKELL__ >= 709
{-# LANGUAGE Safe #-}
-#elif __GLASGOW_HASKELL__ >= 703
+#else
{-# LANGUAGE Trustworthy #-}
#endif
-----------------------------------------------------------------------------