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