Make some more modules use LazyUniqFM instead of UniqFM
[ghc-hetmet.git] / compiler / typecheck / TcGadt.lhs
index b556e89..b3156ed 100644 (file)
@@ -40,7 +40,7 @@ import Control.Monad
 import Outputable
 import TcType
 import Unique
-import UniqFM
+import LazyUniqFM
 \end{code}