From 43de23c79db9e6e9a6de984b964cc9bdf74e50c2 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sat, 12 Oct 2013 13:01:50 +0200 Subject: Declare language extensions via `{-# LANGUAGE -#}` Only language extensions not active when `-XHaskell2010` is enabled are declared, this way we can drop many redundant `{-# LANGUAGE ForeignFunctionInterface #-}` occurences. This commit also removes/replaces some `{-# OPTIONS_GHC -XRecordWildCards #-}` pragmas. Signed-off-by: Herbert Valerio Riedel --- System/Posix.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'System/Posix.hs') diff --git a/System/Posix.hs b/System/Posix.hs index 5c6a503..09bdde6 100644 --- a/System/Posix.hs +++ b/System/Posix.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE CPP #-} #ifdef __GLASGOW_HASKELL__ {-# LANGUAGE Safe #-} #endif -- cgit v1.2.3