summaryrefslogtreecommitdiff
path: root/ghc/compiler/simplStg/StgStats.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/simplStg/StgStats.lhs')
-rw-r--r--ghc/compiler/simplStg/StgStats.lhs6
1 files changed, 2 insertions, 4 deletions
diff --git a/ghc/compiler/simplStg/StgStats.lhs b/ghc/compiler/simplStg/StgStats.lhs
index 7be7b106c2..a55c4186d7 100644
--- a/ghc/compiler/simplStg/StgStats.lhs
+++ b/ghc/compiler/simplStg/StgStats.lhs
@@ -21,16 +21,14 @@ The program gather statistics about
\end{enumerate}
\begin{code}
-#include "HsVersions.h"
-
module StgStats ( showStgStats ) where
-IMP_Ubiq(){-uitous-}
+#include "HsVersions.h"
import StgSyn
import FiniteMap ( emptyFM, plusFM_C, unitFM, fmToList, FiniteMap )
-import Id (SYN_IE(Id))
+import Id (Id)
\end{code}
\begin{code}