summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Frisby <nicolas.frisby@gmail.com>2014-08-19 20:58:29 -0500
committerNicolas Frisby <nicolas.frisby@gmail.com>2014-08-19 20:58:29 -0500
commit9c2904cafa657cdefd4177e8f16bd30e6b3a37ac (patch)
treec585aa6540fafa3b9998cd45752fa8542b6f0ad3
parentf17ceee98221de21f896ac412b7a7ddcfc35a0c6 (diff)
downloadhaskell-wip/llf.tar.gz
more recent validate requires LANGUAGE pragmawip/llf
-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.