X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FLazyUniqFM.lhs;h=97451b0eea6afdc265408acde125e6adb12bf17f;hb=e9f9ec1e57d53b9302a395ce0d02c0fa59e28341;hp=709d4e0b67f763b7273944d978a23df705cc0d74;hpb=967fcc22c4ba4cdaf7851beafbf92b55e94717c6;p=ghc-hetmet.git diff --git a/compiler/utils/LazyUniqFM.lhs b/compiler/utils/LazyUniqFM.lhs index 709d4e0..97451b0 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