Make some more modules use LazyUniqFM instead of UniqFM
[ghc-hetmet.git] / compiler / utils / UniqSet.lhs
index 9b61454..ba312dd 100644 (file)
@@ -22,7 +22,7 @@ module UniqSet (
     ) where
 
 import Maybes
-import UniqFM
+import LazyUniqFM
 import Unique
 
 #if ! OMIT_NATIVE_CODEGEN
@@ -116,7 +116,7 @@ mapUniqSet f (MkUniqSet set) = MkUniqSet (mapUFM f set)
 \end{code}
 
 \begin{code}
-#if __GLASGOW_HASKELL__
+#ifdef __GLASGOW_HASKELL__
 {-# SPECIALIZE
     addOneToUniqSet :: UniqSet Unique -> Unique -> UniqSet Unique
     #-}