From 36f7a29252e805a669ffb5437b6df6a90c1bc8dd Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 10 Jul 2008 16:30:48 +0000 Subject: [PATCH] -H80m isn't allowed in an options pragma. Just remove it for now. --- compiler/prelude/PrimOp.lhs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4