X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fprelude%2FPrimOp.lhs;fp=compiler%2Fprelude%2FPrimOp.lhs;h=c2cac8f3d8fc464e26a07e3b44c5f994dcc7e184;hp=61ccc8dd4adfd339e423cb188daa82e3ed0a39e8;hb=d7b3ad9be373e02ea8b679d978f6ca898436892d;hpb=3b3fee836284d09422562e1df88febcfb3200eb9 diff --git a/compiler/prelude/PrimOp.lhs b/compiler/prelude/PrimOp.lhs index 61ccc8d..c2cac8f 100644 --- a/compiler/prelude/PrimOp.lhs +++ b/compiler/prelude/PrimOp.lhs @@ -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