Remove LazyUniqFM; fixes trac #3880
[ghc-hetmet.git] / compiler / main / Finder.lhs
index 0fb27a3..29e1fb6 100644 (file)
@@ -34,7 +34,7 @@ import Util
 import PrelNames        ( gHC_PRIM )
 import DynFlags
 import Outputable
-import LazyUniqFM
+import UniqFM
 import Maybes          ( expectJust )
 import Exception        ( evaluate )