aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Signals/Exts.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/Signals/Exts.hsc')
-rw-r--r--System/Posix/Signals/Exts.hsc3
1 files changed, 3 insertions, 0 deletions
diff --git a/System/Posix/Signals/Exts.hsc b/System/Posix/Signals/Exts.hsc
index 0d98dd5..1ff4049 100644
--- a/System/Posix/Signals/Exts.hsc
+++ b/System/Posix/Signals/Exts.hsc
@@ -1,3 +1,6 @@
+#if __GLASGOW_HASKELL__ >= 701
+{-# LANGUAGE Trustworthy #-}
+#endif
{-# LANGUAGE ForeignFunctionInterface #-}
-----------------------------------------------------------------------------
-- |