[project @ 1996-06-26 10:26:00 by partain]
[ghc-hetmet.git] / ghc / compiler / rename / RnExpr.lhs
index 9e2697f..220a945 100644 (file)
@@ -31,7 +31,7 @@ import Pretty
 import UniqFM          ( lookupUFM, ufmToList{-ToDo:rm-} )
 import UniqSet         ( emptyUniqSet, unitUniqSet,
                          unionUniqSets, unionManyUniqSets,
-                         UniqSet(..)
+                         SYN_IE(UniqSet)
                        )
 import Util            ( Ord3(..), removeDups, panic )
 \end{code}