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