Move more flags from the Makefile into pragmas
[ghc-hetmet.git] / compiler / prelude / PrimOp.lhs
index 61ccc8d..c2cac8f 100644 (file)
@@ -4,6 +4,7 @@
 \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