aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Env.hsc
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2008-06-16 14:54:25 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2008-06-16 14:54:25 +0000
commit4981740456c7219251e9f059a509bc0e5cdf0930 (patch)
tree311a844bbbb975d907420504be6fa95ff90367ab /System/Posix/Env.hsc
parent136b23db618b71f8693950a0e7812a9f2dac1931 (diff)
Avoid using deprecated flags
Diffstat (limited to 'System/Posix/Env.hsc')
-rw-r--r--System/Posix/Env.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/Env.hsc b/System/Posix/Env.hsc
index bd3f1ce..df7a3fe 100644
--- a/System/Posix/Env.hsc
+++ b/System/Posix/Env.hsc
@@ -1,4 +1,4 @@
-{-# OPTIONS -fffi #-}
+{-# LANGUAGE ForeignFunctionInterface #-}
-----------------------------------------------------------------------------
-- |
-- Module : System.Posix.Env