From aed0554eb789d949b196230a9d25c38e2c6e14d9 Mon Sep 17 00:00:00 2001 From: Twan van Laarhoven Date: Mon, 4 Feb 2008 02:22:26 +0000 Subject: [PATCH] Fixed warnings in parser/ParserCoreUtils --- compiler/parser/ParserCoreUtils.hs | 7 ------- 1 file changed, 7 deletions(-) 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 -- 1.7.10.4