summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Errors.hs
diff options
context:
space:
mode:
authorHécate <hecate+gitlab@glitchbra.in>2020-12-30 00:48:38 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-01-17 05:49:17 -0500
commit971a88a78105b207fb1e2e2614877fd080d2ccd1 (patch)
tree252f164129b85d593bc84884eb2d045846a633b2 /compiler/GHC/Driver/Errors.hs
parent2facd1e94039cbd489ba0a7ce9ba2c5f53780afc (diff)
downloadhaskell-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.hs2
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