X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Futils%2FListSetOps.lhs;h=2d972a994dcc671677af24d79bb00b6023eff8f2;hb=b87a8ec229367845f28a64a371578d2b11d19ab1;hp=29f4bb15f897217b340cbbf2136670a5e347ac0a;hpb=262c142b90c94ca1aa577c950a6ceae1f255e2d6;p=ghc-hetmet.git diff --git a/compiler/utils/ListSetOps.lhs b/compiler/utils/ListSetOps.lhs index 29f4bb1..2d972a9 100644 --- a/compiler/utils/ListSetOps.lhs +++ b/compiler/utils/ListSetOps.lhs @@ -5,6 +5,13 @@ \section[ListSetOps]{Set-like operations on lists} \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 ListSetOps ( unionLists, minusList, insertList,