X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FUniqSet.lhs;h=53a7e3ab5e063762cd5b223a5baed4fb657e2a20;hb=fc3ed3199e11aa4b9434e52436d98083ddac0cd0;hp=ec3d1d998090e823b40a637f78caaa392106a693;hpb=83568675d3e6bf2f8369d67b02b0c5e6d41b8adb;p=ghc-hetmet.git diff --git a/compiler/utils/UniqSet.lhs b/compiler/utils/UniqSet.lhs index ec3d1d9..53a7e3a 100644 --- a/compiler/utils/UniqSet.lhs +++ b/compiler/utils/UniqSet.lhs @@ -9,6 +9,13 @@ Based on @UniqFMs@ (as you would expect). Basically, the things need to be in class @Uniquable@. \begin{code} +{-# OPTIONS -w #-} +-- The above warning supression flag is a temporary kludge. +-- While working on this module you are encouraged to remove it and fix +-- any warnings in the module. See +-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings +-- for details + module UniqSet ( UniqSet, -- abstract type: NOT