From e39510aa26b8cfc43ff66a7a25fa7b43773c681c Mon Sep 17 00:00:00 2001 From: David Terei Date: Tue, 9 Aug 2011 10:50:03 -0700 Subject: Fix conditional pragma to work with 6.12 --- System/Posix/Terminal.hsc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'System/Posix/Terminal.hsc') diff --git a/System/Posix/Terminal.hsc b/System/Posix/Terminal.hsc index 54f1589..3685589 100644 --- a/System/Posix/Terminal.hsc +++ b/System/Posix/Terminal.hsc @@ -1,5 +1,8 @@ {-# LANGUAGE ForeignFunctionInterface #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} +#if __GLASGOW_HASKELL__ >= 701 +{-# LANGUAGE Trustworthy #-} +#endif ----------------------------------------------------------------------------- -- | -- Module : System.Posix.Terminal -- cgit v1.2.3