-H80m isn't allowed in an options pragma. Just remove it for now.
authorIan Lynagh <igloo@earth.li>
Thu, 10 Jul 2008 16:30:48 +0000 (16:30 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 10 Jul 2008 16:30:48 +0000 (16:30 +0000)
compiler/prelude/PrimOp.lhs

index c2cac8f..61ccc8d 100644 (file)
@@ -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