diff options
author | Ian Lynagh <igloo@earth.li> | 2008-09-26 15:27:31 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-09-26 15:27:31 +0000 |
commit | 582a99f2042ed92aa557b0823fd49ac01716cf26 (patch) | |
tree | 1fd245c61a69370be86d69034e57348f76e40a80 /compiler | |
parent | 4cdb06b3b6e836777eef10f4707a07d1ddcb280e (diff) | |
download | haskell-582a99f2042ed92aa557b0823fd49ac01716cf26.tar.gz |
Remove a redundant options pragma
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/utils/LazyUniqFM.lhs | 1 |
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 |