Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / coreSyn / CoreSubst.lhs
index 503432d..adeeadd 100644 (file)
@@ -43,6 +43,7 @@ import UniqSupply
 import Maybes
 import Outputable
 import PprCore         ()              -- Instances
+import FastString
 
 import Data.List
 \end{code}