aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Resource.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/Resource.hsc
parent3cfbe277710c192911c06b28277f316b0f9c3043 (diff)
Fix conditional pragma to work with 6.12
Diffstat (limited to 'System/Posix/Resource.hsc')
-rw-r--r--System/Posix/Resource.hsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/System/Posix/Resource.hsc b/System/Posix/Resource.hsc
index 84aa009..6651998 100644
--- a/System/Posix/Resource.hsc
+++ b/System/Posix/Resource.hsc
@@ -1,8 +1,8 @@
+{-# LANGUAGE ForeignFunctionInterface #-}
+{-# OPTIONS_GHC -w #-}
#if __GLASGOW_HASKELL__ >= 701
{-# LANGUAGE Trustworthy #-}
#endif
-{-# LANGUAGE ForeignFunctionInterface #-}
-{-# OPTIONS_GHC -w #-}
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and fix
-- any warnings in the module. See