summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-06-22 15:59:16 +0200
committerBen Gamari <ben@smart-cactus.org>2020-07-15 16:41:03 -0400
commitaa0a4bbfbae0244313fa99862b97f71c15f9bd81 (patch)
tree1efa944911078d53a07f8fe02cf304bcdb6e23f1
parentf260a7218f71398ad2dbca0f47feaf31c21081b3 (diff)
downloadhaskell-aa0a4bbfbae0244313fa99862b97f71c15f9bd81.tar.gz
winio: Remove commented out pragma
-rw-r--r--libraries/base/GHC/IO/Handle/Text.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/GHC/IO/Handle/Text.hs b/libraries/base/GHC/IO/Handle/Text.hs
index ab4a2254e3..f38b84f601 100644
--- a/libraries/base/GHC/IO/Handle/Text.hs
+++ b/libraries/base/GHC/IO/Handle/Text.hs
@@ -6,7 +6,6 @@
, NondecreasingIndentation
, MagicHash
#-}
--- {-# OPTIONS_GHC -Wno-name-shadowing #-}
{-# OPTIONS_GHC -Wno-unused-matches #-}
{-# OPTIONS_HADDOCK not-home #-}