Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / basicTypes / BasicTypes.lhs
index 7a9ff56..d60321a 100644 (file)
@@ -58,7 +58,7 @@ module BasicTypes(
 
 #include "HsVersions.h"
 
-import FastString( FastString )
+import FastString
 import Outputable
 \end{code}