aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/IO.hsc
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/IO.hsc
parent3cfbe277710c192911c06b28277f316b0f9c3043 (diff)
Fix conditional pragma to work with 6.12
Diffstat (limited to 'System/Posix/IO.hsc')
-rw-r--r--System/Posix/IO.hsc6
1 files changed, 3 insertions, 3 deletions
diff --git a/System/Posix/IO.hsc b/System/Posix/IO.hsc
index 31ee04b..c1a2d0c 100644
--- a/System/Posix/IO.hsc
+++ b/System/Posix/IO.hsc
@@ -1,9 +1,9 @@
-#if __GLASGOW_HASKELL__ >= 701
-{-# LANGUAGE Trustworthy #-}
-#endif
{-# LANGUAGE ForeignFunctionInterface #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -XRecordWildCards #-}
+#if __GLASGOW_HASKELL__ >= 701
+{-# LANGUAGE Trustworthy #-}
+#endif
-----------------------------------------------------------------------------
-- |
-- Module : System.Posix.IO