summaryrefslogtreecommitdiff
path: root/compiler/simplStg/StgStats.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/simplStg/StgStats.lhs')
-rw-r--r--compiler/simplStg/StgStats.lhs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/simplStg/StgStats.lhs b/compiler/simplStg/StgStats.lhs
index 5424495468..2a776757da 100644
--- a/compiler/simplStg/StgStats.lhs
+++ b/compiler/simplStg/StgStats.lhs
@@ -21,6 +21,8 @@ The program gather statistics about
\end{enumerate}
\begin{code}
+{-# LANGUAGE CPP #-}
+
module StgStats ( showStgStats ) where
#include "HsVersions.h"