diff options
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 |