Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / rename / RnSource.lhs
index 8847f3b..70c9957 100644 (file)
@@ -46,9 +46,10 @@ import Class         ( FunDep )
 import Name            ( Name, nameOccName )
 import NameSet
 import NameEnv
-import UniqFM
+import LazyUniqFM
 import OccName 
 import Outputable
+import FastString
 import SrcLoc          ( Located(..), unLoc, noLoc )
 import DynFlags        ( DynFlag(..) )
 import Maybe            ( isNothing )