summaryrefslogtreecommitdiff
path: root/compiler/stgSyn/StgLint.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/stgSyn/StgLint.lhs')
-rw-r--r--compiler/stgSyn/StgLint.lhs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/stgSyn/StgLint.lhs b/compiler/stgSyn/StgLint.lhs
index 04349db3df..ec9f6fa9d6 100644
--- a/compiler/stgSyn/StgLint.lhs
+++ b/compiler/stgSyn/StgLint.lhs
@@ -4,6 +4,8 @@
\section[StgLint]{A ``lint'' pass to check for Stg correctness}
\begin{code}
+{-# LANGUAGE CPP #-}
+
module StgLint ( lintStgBindings ) where
import StgSyn