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/Env/ByteString.hsc | 2 -- 1 file changed, 2 deletions(-) (limited to 'System/Posix/Env/ByteString.hsc') diff --git a/System/Posix/Env/ByteString.hsc b/System/Posix/Env/ByteString.hsc index 9217525..0bbcfd8 100644 --- a/System/Posix/Env/ByteString.hsc +++ b/System/Posix/Env/ByteString.hsc @@ -1,9 +1,7 @@ -#ifdef __GLASGOW_HASKELL__ {-# LANGUAGE Trustworthy #-} #if __GLASGOW_HASKELL__ >= 709 {-# OPTIONS_GHC -fno-warn-trustworthy-safe #-} #endif -#endif ----------------------------------------------------------------------------- -- | -- cgit v1.2.3