Remove a redundant options pragma
authorIan Lynagh <igloo@earth.li>
Fri, 26 Sep 2008 15:27:31 +0000 (15:27 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 26 Sep 2008 15:27:31 +0000 (15:27 +0000)
compiler/utils/LazyUniqFM.lhs

index 709d4e0..97451b0 100644 (file)
@@ -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