hs_add_root: use use rts_lock()/rts_unlock() for a bit of extra safety
[ghc-hetmet.git] / compiler / utils / UniqSet.lhs
index 90e0c9f..9a03315 100644 (file)
@@ -22,7 +22,7 @@ module UniqSet (
     ) where
 
 import Maybes
-import LazyUniqFM
+import UniqFM
 import Unique
 
 #if ! OMIT_NATIVE_CODEGEN