summaryrefslogtreecommitdiff
path: root/compiler/simplCore/SAT.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/simplCore/SAT.lhs')
-rw-r--r--compiler/simplCore/SAT.lhs3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/simplCore/SAT.lhs b/compiler/simplCore/SAT.lhs
index bc1ce42cd6..92ebdfe389 100644
--- a/compiler/simplCore/SAT.lhs
+++ b/compiler/simplCore/SAT.lhs
@@ -49,7 +49,8 @@ essential to make this work well!
\begin{code}
-{-# OPTIONS -fno-warn-tabs #-}
+{-# LANGUAGE CPP #-}
+{-# OPTIONS_GHC -fno-warn-tabs #-}
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and
-- detab the module (please do the detabbing in a separate patch). See