From: Twan van Laarhoven Date: Mon, 4 Feb 2008 02:22:26 +0000 (+0000) Subject: Fixed warnings in parser/ParserCoreUtils X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=aed0554eb789d949b196230a9d25c38e2c6e14d9;hp=972c3fc8b0771d72141b85f2735e5d9d6b452137 Fixed warnings in parser/ParserCoreUtils --- diff --git a/compiler/parser/ParserCoreUtils.hs b/compiler/parser/ParserCoreUtils.hs index 3c440b6..124294b 100644 --- a/compiler/parser/ParserCoreUtils.hs +++ b/compiler/parser/ParserCoreUtils.hs @@ -1,10 +1,3 @@ -{-# 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 ParserCoreUtils where import IO