X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fparser%2FHaddockLex.x;h=da6dbd37065f2f8e5c2aff30c9fd8feb1118a711;hp=6399bee2dcff70b622017cde8db52fa6e899be61;hb=1e50fd4185479a62e02d987bdfcb1c62712859ca;hpb=831a35dd00faff195cf938659c2dd736192b865f diff --git a/compiler/parser/HaddockLex.x b/compiler/parser/HaddockLex.x index 6399bee..da6dbd3 100644 --- a/compiler/parser/HaddockLex.x +++ b/compiler/parser/HaddockLex.x @@ -7,7 +7,7 @@ -- { -{-# OPTIONS -Wwarn #-} +{-# OPTIONS -Wwarn -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 @@ -26,7 +26,7 @@ import RdrName import SrcLoc import DynFlags -import Char +import Data.Char import Numeric import System.IO.Unsafe }