diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-10 14:07:57 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-10 14:07:57 +0000 |
commit | d7b3ad9be373e02ea8b679d978f6ca898436892d (patch) | |
tree | 9e183f355459260fc36e817fed1fe870592d67fc /compiler/prelude/PrimOp.lhs | |
parent | 3b3fee836284d09422562e1df88febcfb3200eb9 (diff) | |
download | haskell-d7b3ad9be373e02ea8b679d978f6ca898436892d.tar.gz |
Move more flags from the Makefile into pragmas
Diffstat (limited to 'compiler/prelude/PrimOp.lhs')
-rw-r--r-- | compiler/prelude/PrimOp.lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/prelude/PrimOp.lhs b/compiler/prelude/PrimOp.lhs index 61ccc8dd4a..c2cac8f3d8 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 |