aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Signals.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/Signals.hsc
parent3cfbe277710c192911c06b28277f316b0f9c3043 (diff)
Fix conditional pragma to work with 6.12
Diffstat (limited to 'System/Posix/Signals.hsc')
-rw-r--r--System/Posix/Signals.hsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/System/Posix/Signals.hsc b/System/Posix/Signals.hsc
index 13e1e05..a284d48 100644
--- a/System/Posix/Signals.hsc
+++ b/System/Posix/Signals.hsc
@@ -1,8 +1,8 @@
+{-# LANGUAGE DeriveDataTypeable,PatternGuards #-}
+{-# OPTIONS_GHC -fno-cse #-} -- global variables
#if __GLASGOW_HASKELL__ >= 701
{-# LANGUAGE Trustworthy #-}
#endif
-{-# LANGUAGE DeriveDataTypeable,PatternGuards #-}
-{-# OPTIONS_GHC -fno-cse #-} -- global variables
-----------------------------------------------------------------------------
-- |
-- Module : System.Posix.Signals