[commit: packages/base] master: Drop redundant `{-# LANGUAGE #-}` pragmas (6b489e1)
git at git.haskell.org
git at git.haskell.org
Sat Sep 28 13:10:49 CEST 2013
Repository : ssh://git@git.haskell.org/base
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6b489e19d9bd1069ff387b7f82ec107237d88892/base
>---------------------------------------------------------------
commit 6b489e19d9bd1069ff387b7f82ec107237d88892
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Sep 28 12:42:31 2013 +0200
Drop redundant `{-# LANGUAGE #-}` pragmas
This removes language pragmas from Haskell modules which are implicitly
active with `default-language: Haskell2010`. Specifically, the following
language extension pragmas are removed by this commit:
- PatternGuards
- ForeignFunctionInterface
- EmptyDataDecls
- NoBangPatterns
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
6b489e19d9bd1069ff387b7f82ec107237d88892
Control/Concurrent.hs | 1 -
Data/Fixed.hs | 4 ++--
Data/OldTypeable.hs | 1 -
Data/Type/Equality.hs | 1 -
Data/Typeable.hs | 1 -
Debug/Trace.hs | 2 +-
Foreign/C/Error.hs | 2 +-
Foreign/Marshal/Alloc.hs | 1 -
Foreign/Marshal/Utils.hs | 2 +-
Foreign/Ptr.hs | 1 -
GHC/Arr.lhs | 2 +-
GHC/Conc/IO.hs | 1 -
GHC/Conc/Signal.hs | 2 +-
GHC/Conc/Sync.lhs | 2 --
GHC/Conc/Windows.hs | 3 +--
GHC/ConsoleHandler.hs | 2 +-
GHC/Environment.hs | 2 +-
GHC/Event/Array.hs | 2 +-
GHC/Event/Clock.hsc | 2 +-
GHC/Event/Control.hs | 1 -
GHC/Event/EPoll.hsc | 1 -
GHC/Event/KQueue.hsc | 1 -
GHC/Event/Poll.hsc | 1 -
GHC/Event/Thread.hs | 2 +-
GHC/Fingerprint.hs | 2 --
GHC/Float.lhs | 1 -
GHC/Float/RealFracMethods.hs | 3 +--
GHC/Generics.hs | 1 -
GHC/IO/Buffer.hs | 2 +-
GHC/IO/Encoding.hs | 2 +-
GHC/IO/Encoding/CodePage.hs | 2 +-
GHC/IO/Encoding/CodePage/API.hs | 2 +-
GHC/IO/Encoding/Failure.hs | 2 +-
GHC/IO/Encoding/Iconv.hs | 1 -
GHC/IO/FD.hs | 1 -
GHC/IO/Handle/FD.hs | 2 +-
GHC/IO/Handle/Internals.hs | 1 -
GHC/IO/Handle/Text.hs | 2 --
GHC/Profiling.hs | 2 --
GHC/Read.lhs | 3 +--
GHC/Stable.lhs | 1 -
GHC/Stack.hsc | 2 +-
GHC/Stats.hsc | 1 -
GHC/TopHandler.lhs | 2 --
GHC/TypeLits.hs | 1 -
GHC/Unicode.hs | 2 +-
GHC/Windows.hs | 1 -
System/CPUTime.hsc | 2 +-
System/Environment.hs | 2 +-
System/Environment/ExecutablePath.hsc | 2 +-
System/IO.hs | 1 -
System/Mem.hs | 1 -
System/Posix/Internals.hs | 3 +--
tests/Numeric/num009.hs | 2 --
54 files changed, 27 insertions(+), 65 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 6b489e19d9bd1069ff387b7f82ec107237d88892
More information about the ghc-commits
mailing list