aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Env
diff options
context:
space:
mode:
authorGravatar David Terei <code@davidterei.com>2014-12-08 22:03:15 -0800
committerGravatar David Terei <code@davidterei.com>2014-12-08 22:07:57 -0800
commite0bc46b891608f7e50223443d03a849fd16ac84d (patch)
tree0b61724afdd41a42ae029b6ab97c33a2ad9527e3 /System/Posix/Env
parent59861061f2ab1d3f4b28e83d2dcc3adf0f9acb04 (diff)
More fixes for Safe Haskell bounds under GHC 7.10
Diffstat (limited to 'System/Posix/Env')
-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