X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fiface%2FMkIface.lhs;h=69d862f164e4e4f76f2812cf9ffaafc0871c0d08;hp=6bbb5998e3b57a4614b15feb3db2221ec9ee3091;hb=ad94d40948668032189ad22a0ad741ac1f645f50;hpb=5822cb8d13aa3c05d2b46b4510c13d94b902eb21 diff --git a/compiler/iface/MkIface.lhs b/compiler/iface/MkIface.lhs index 6bbb599..69d862f 100644 --- a/compiler/iface/MkIface.lhs +++ b/compiler/iface/MkIface.lhs @@ -4,6 +4,13 @@ % \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/CodingStyle#Warnings +-- for details + module MkIface ( mkUsageInfo, -- Construct the usage info for a module