X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fparser%2FLexCore.hs;h=fa7c1e3acc3c324f1616c348dd7b820cf234729a;hb=4c6a3f787abcaed009a574196d82237d9ae64fc8;hp=9109c0469af980dd6c2397a31afab50bb38b6ef6;hpb=de777ba42eb12b6a20e548a959b23b60179d9b57;p=ghc-hetmet.git diff --git a/compiler/parser/LexCore.hs b/compiler/parser/LexCore.hs index 9109c04..fa7c1e3 100644 --- a/compiler/parser/LexCore.hs +++ b/compiler/parser/LexCore.hs @@ -1,7 +1,13 @@ +{-# 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 LexCore where import ParserCoreUtils -import Ratio import Char import Numeric