X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fspecialise%2FSpecialise.lhs;h=796c7da0acf9a097300f763c28bd96b328d8f8fa;hb=16a2f6a8a381af31c23b6a41a851951da9bc1803;hp=fa067429abadcc24678b9284da7e2c9c34d74fea;hpb=7dd96d1d24af338b7d3954943cea6a49278bb431;p=ghc-hetmet.git diff --git a/compiler/specialise/Specialise.lhs b/compiler/specialise/Specialise.lhs index fa06742..796c7da 100644 --- a/compiler/specialise/Specialise.lhs +++ b/compiler/specialise/Specialise.lhs @@ -4,6 +4,13 @@ \section[Specialise]{Stamping out overloading, and (optionally) polymorphism} \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 Specialise ( specProgram ) where #include "HsVersions.h"