aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Env/ByteString.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/Env/ByteString.hsc')
-rw-r--r--System/Posix/Env/ByteString.hsc4
1 files changed, 4 insertions, 0 deletions
diff --git a/System/Posix/Env/ByteString.hsc b/System/Posix/Env/ByteString.hsc
index 9f69c4c..9217525 100644
--- a/System/Posix/Env/ByteString.hsc
+++ b/System/Posix/Env/ByteString.hsc
@@ -1,6 +1,10 @@
#ifdef __GLASGOW_HASKELL__
{-# LANGUAGE Trustworthy #-}
+#if __GLASGOW_HASKELL__ >= 709
+{-# OPTIONS_GHC -fno-warn-trustworthy-safe #-}
#endif
+#endif
+
-----------------------------------------------------------------------------
-- |
-- Module : System.Posix.Env.ByteString