summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/simplCore/SetLevels.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/SetLevels.lhs b/compiler/simplCore/SetLevels.lhs
index ad5b119137..0ed408a022 100644
--- a/compiler/simplCore/SetLevels.lhs
+++ b/compiler/simplCore/SetLevels.lhs
@@ -1,4 +1,3 @@
-
% (c) The GRASP/AQUA Project, Glasgow University, 1992-1998
%
\section{SetLevels}
@@ -42,6 +41,7 @@
the scrutinee of the case, and we can inline it.
\begin{code}
+{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -fno-warn-tabs #-}
-- The above warning supression flag is a temporary kludge.