diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2013-09-28 12:42:31 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2013-09-28 12:42:31 +0200 |
commit | a4f36a7ee7d44b04028e2fcb8a1b3d5a996fac4d (patch) | |
tree | 22662cc2a32bd373f73f0700c1607c6e41196bde /libraries/base/GHC/Fingerprint.hs | |
parent | a7e09b46ce0b3bb46329eaf96522bd2c381a297f (diff) | |
download | haskell-a4f36a7ee7d44b04028e2fcb8a1b3d5a996fac4d.tar.gz |
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@gnu.org>
Diffstat (limited to 'libraries/base/GHC/Fingerprint.hs')
-rw-r--r-- | libraries/base/GHC/Fingerprint.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/base/GHC/Fingerprint.hs b/libraries/base/GHC/Fingerprint.hs index b500ad5881..a7568e6bc0 100644 --- a/libraries/base/GHC/Fingerprint.hs +++ b/libraries/base/GHC/Fingerprint.hs @@ -2,8 +2,6 @@ {-# LANGUAGE CPP , NoImplicitPrelude , BangPatterns - , ForeignFunctionInterface - , EmptyDataDecls #-} -- ---------------------------------------------------------------------------- |