[commit: packages/unix] master: Drop redundant __GLASGOW_HASKELL__ conditionals for GHC>=7.4 (2a49ad8)
git at git.haskell.org
git at git.haskell.org
Tue Apr 19 21:37:51 UTC 2016
Repository : ssh://git@git.haskell.org/unix
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2a49ad87b7b5d92bf62035d410c4bcde817d30a6/unix
>---------------------------------------------------------------
commit 2a49ad87b7b5d92bf62035d410c4bcde817d30a6
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Jan 30 23:14:23 2016 +0100
Drop redundant __GLASGOW_HASKELL__ conditionals for GHC>=7.4
>---------------------------------------------------------------
2a49ad87b7b5d92bf62035d410c4bcde817d30a6
System/Posix.hs | 2 --
System/Posix/ByteString.hs | 2 --
System/Posix/ByteString/FilePath.hsc | 2 +-
System/Posix/Directory.hsc | 2 --
System/Posix/Directory/ByteString.hsc | 2 --
System/Posix/Directory/Common.hsc | 2 +-
System/Posix/DynamicLinker.hsc | 2 +-
System/Posix/DynamicLinker/ByteString.hsc | 2 +-
System/Posix/DynamicLinker/Common.hsc | 2 +-
System/Posix/DynamicLinker/Module.hsc | 2 +-
System/Posix/DynamicLinker/Module/ByteString.hsc | 2 +-
System/Posix/DynamicLinker/Prim.hsc | 3 +--
System/Posix/Env.hsc | 2 +-
System/Posix/Env/ByteString.hsc | 2 --
System/Posix/Error.hs | 2 +-
System/Posix/Fcntl.hsc | 2 +-
System/Posix/Files.hsc | 2 +-
System/Posix/Files/ByteString.hsc | 2 +-
System/Posix/Files/Common.hsc | 3 +--
System/Posix/IO.hsc | 2 +-
System/Posix/IO/ByteString.hsc | 2 +-
System/Posix/IO/Common.hsc | 8 ++------
System/Posix/Process.hsc | 4 +---
System/Posix/Process/ByteString.hsc | 4 +---
System/Posix/Process/Common.hsc | 10 +---------
System/Posix/Process/Internals.hs | 2 --
System/Posix/Resource.hsc | 2 +-
System/Posix/Semaphore.hsc | 2 +-
System/Posix/SharedMem.hsc | 2 +-
System/Posix/Signals.hsc | 16 ++--------------
System/Posix/Signals/Exts.hsc | 2 --
System/Posix/Temp.hsc | 12 ++----------
System/Posix/Temp/ByteString.hsc | 12 ++----------
System/Posix/Terminal.hsc | 2 +-
System/Posix/Terminal/ByteString.hsc | 2 +-
System/Posix/Terminal/Common.hsc | 3 +--
System/Posix/Time.hs | 2 +-
System/Posix/Unistd.hsc | 4 +---
System/Posix/User.hsc | 2 --
39 files changed, 35 insertions(+), 100 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 2a49ad87b7b5d92bf62035d410c4bcde817d30a6
More information about the ghc-commits
mailing list