Fix warnings in FastString, and check for empty case in head/tail
[ghc-hetmet.git] / compiler / iface / TcIface.lhs
index 1e8d1ca..339eb60 100644 (file)
@@ -50,7 +50,7 @@ import Name
 import NameEnv
 import OccName
 import Module
-import UniqFM
+import LazyUniqFM
 import UniqSupply
 import Outputable      
 import ErrUtils