From 582a99f2042ed92aa557b0823fd49ac01716cf26 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 26 Sep 2008 15:27:31 +0000 Subject: [PATCH] Remove a redundant options pragma --- compiler/utils/LazyUniqFM.lhs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4