Remove LazyUniqFM; fixes trac #3880
[ghc-hetmet.git] / compiler / typecheck / TcRnMonad.lhs
index f4b9131..aa3ae5d 100644 (file)
@@ -35,7 +35,7 @@ import Bag
 import Outputable
 import UniqSupply
 import Unique
-import LazyUniqFM
+import UniqFM
 import DynFlags
 import StaticFlags
 import FastString