X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=utils%2Fhpc%2FHpcParser.y;h=c18e053c153de362d0c3ac53f35633a5aa6a304c;hp=3f7443771bb157ad8506791c01a8118c9ccd54ff;hb=d759c7231dde979ed2824bd39b2fdff24357d355;hpb=fbb3eef5ee8f6f901ed6149b246c3bdbf8bd34fd diff --git a/utils/hpc/HpcParser.y b/utils/hpc/HpcParser.y index 3f74437..c18e053 100644 --- a/utils/hpc/HpcParser.y +++ b/utils/hpc/HpcParser.y @@ -1,4 +1,11 @@ { +{-# 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 HpcParser where import HpcLexer