From: Ian Lynagh Date: Thu, 10 Jul 2008 16:30:48 +0000 (+0000) Subject: -H80m isn't allowed in an options pragma. Just remove it for now. X-Git-Tag: Before_cabalised-GHC~26 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=36f7a29252e805a669ffb5437b6df6a90c1bc8dd -H80m isn't allowed in an options pragma. Just remove it for now. --- diff --git a/compiler/prelude/PrimOp.lhs b/compiler/prelude/PrimOp.lhs index c2cac8f..61ccc8d 100644 --- a/compiler/prelude/PrimOp.lhs +++ b/compiler/prelude/PrimOp.lhs @@ -4,7 +4,6 @@ \section[PrimOp]{Primitive operations (machine-level)} \begin{code} -{-# OPTIONS_GHC -H80m #-} {-# OPTIONS -fno-warn-unused-binds #-} -- The above warning supression flag is a temporary kludge. -- While working on this module you are encouraged to remove it and fix