From 4981740456c7219251e9f059a509bc0e5cdf0930 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 16 Jun 2008 14:54:25 +0000 Subject: Avoid using deprecated flags --- System/Posix/Env.hsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'System/Posix/Env.hsc') 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 -- cgit v1.2.3