Remove static flag opt_RuntimeTypes (has not been used in years)
[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}