summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/utils/LazyUniqFM.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/utils/LazyUniqFM.lhs b/compiler/utils/LazyUniqFM.lhs
index 709d4e0b67..97451b0eea 100644
--- a/compiler/utils/LazyUniqFM.lhs
+++ b/compiler/utils/LazyUniqFM.lhs
@@ -11,7 +11,6 @@ Basically, the things need to be in class @Uniquable@, and we use the
@getUnique@ method to grab their @Uniques@.
\begin{code}
-{-# OPTIONS -Wall -fno-warn-name-shadowing -Werror #-}
module LazyUniqFM (
-- * Lazy unique-keyed mappings
UniqFM, -- abstract type