From: sof Date: Sun, 18 May 1997 23:20:05 +0000 (+0000) Subject: [project @ 1997-05-18 23:20:05 by sof] X-Git-Tag: Approximately_1000_patches_recorded~610 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9a51d87eed1a0de27bea6cfa87092424cb8beb54;p=ghc-hetmet.git [project @ 1997-05-18 23:20:05 by sof] 2.0x bootable --- diff --git a/ghc/compiler/simplStg/StgStats.lhs b/ghc/compiler/simplStg/StgStats.lhs index 27b5822..7be7b10 100644 --- a/ghc/compiler/simplStg/StgStats.lhs +++ b/ghc/compiler/simplStg/StgStats.lhs @@ -30,6 +30,7 @@ IMP_Ubiq(){-uitous-} import StgSyn import FiniteMap ( emptyFM, plusFM_C, unitFM, fmToList, FiniteMap ) +import Id (SYN_IE(Id)) \end{code} \begin{code}