X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FbasicTypes%2FName.lhs;h=9ce7389cba70347f857119c6bac3bb58b48b9d91;hp=af9f2809ad69f602276597b4d255db991d29e52d;hb=17b297d97d327620ed6bfab942f8992b2446f1bf;hpb=e11fa7a5e0025460df3b8562ccbf3ffd1db68d5d diff --git a/compiler/basicTypes/Name.lhs b/compiler/basicTypes/Name.lhs index af9f280..9ce7389 100644 --- a/compiler/basicTypes/Name.lhs +++ b/compiler/basicTypes/Name.lhs @@ -5,6 +5,13 @@ \section[Name]{@Name@: to transmit name info from renamer to typechecker} \begin{code} +{-# OPTIONS_GHC -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/WorkingConventions#Warnings +-- for details + module Name ( -- Re-export the OccName stuff module OccName,