aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix.hs
diff options
context:
space:
mode:
authorGravatar David Terei <davidterei@gmail.com>2011-08-09 10:50:03 -0700
committerGravatar David Terei <davidterei@gmail.com>2011-08-09 10:50:03 -0700
commite39510aa26b8cfc43ff66a7a25fa7b43773c681c (patch)
tree1d59ac5bf8e7aa8509998193c126498bbfd94bb3 /System/Posix.hs
parent3cfbe277710c192911c06b28277f316b0f9c3043 (diff)
Fix conditional pragma to work with 6.12
Diffstat (limited to 'System/Posix.hs')
-rw-r--r--System/Posix.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/System/Posix.hs b/System/Posix.hs
index 40fb85d..ad51792 100644
--- a/System/Posix.hs
+++ b/System/Posix.hs
@@ -1,3 +1,6 @@
+#if __GLASGOW_HASKELL__ >= 701
+{-# LANGUAGE Safe #-}
+#endif
-----------------------------------------------------------------------------
-- |
-- Module : System.Posix