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