From d57308d5e1ba120902d548f891c4c22979b8e818 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 26 Mar 2008 15:47:47 +0000 Subject: [PATCH] main/BreakArray has no warnings --- compiler/main/BreakArray.hs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/compiler/main/BreakArray.hs b/compiler/main/BreakArray.hs index 60d1410..ceae28d 100644 --- a/compiler/main/BreakArray.hs +++ b/compiler/main/BreakArray.hs @@ -11,13 +11,6 @@ -- ----------------------------------------------------------------------------- -{-# 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 BreakArray ( BreakArray #ifdef GHCI -- 1.7.10.4