diff options
author | Hécate <hecate+gitlab@glitchbra.in> | 2020-12-30 00:48:38 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-01-17 05:49:17 -0500 |
commit | 971a88a78105b207fb1e2e2614877fd080d2ccd1 (patch) | |
tree | 252f164129b85d593bc84884eb2d045846a633b2 /compiler/GHC/Driver/Errors.hs | |
parent | 2facd1e94039cbd489ba0a7ce9ba2c5f53780afc (diff) | |
download | haskell-971a88a78105b207fb1e2e2614877fd080d2ccd1.tar.gz |
Remove unused extension pragmas from the compiler code base
Diffstat (limited to 'compiler/GHC/Driver/Errors.hs')
-rw-r--r-- | compiler/GHC/Driver/Errors.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/Driver/Errors.hs b/compiler/GHC/Driver/Errors.hs index de66b60a2c..0cfa0d20f5 100644 --- a/compiler/GHC/Driver/Errors.hs +++ b/compiler/GHC/Driver/Errors.hs @@ -1,5 +1,3 @@ -{-# LANGUAGE ViewPatterns #-} - module GHC.Driver.Errors ( warningsToMessages , printOrThrowWarnings |