From 2a49ad87b7b5d92bf62035d410c4bcde817d30a6 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sat, 30 Jan 2016 23:14:23 +0100 Subject: Drop redundant __GLASGOW_HASKELL__ conditionals for GHC>=7.4 --- System/Posix.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'System/Posix.hs') diff --git a/System/Posix.hs b/System/Posix.hs index 09bdde6..b5b221a 100644 --- a/System/Posix.hs +++ b/System/Posix.hs @@ -1,7 +1,5 @@ {-# LANGUAGE CPP #-} -#ifdef __GLASGOW_HASKELL__ {-# LANGUAGE Safe #-} -#endif ----------------------------------------------------------------------------- -- | -- Module : System.Posix -- cgit v1.2.3