Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / codeGen / CgCon.lhs
index bf4cf3d..b7dde73 100644 (file)
@@ -51,9 +51,8 @@ import Type
 import PrelInfo
 import Outputable
 import ListSetOps
-#ifdef DEBUG
-import Util             ( lengthIs )
-#endif
+import Util
+import FastString
 \end{code}