Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / prelude / ForeignCall.lhs
index e97a241..5013078 100644 (file)
@@ -26,7 +26,7 @@ module ForeignCall (
 
 #include "HsVersions.h"
 
-import FastString      ( FastString, unpackFS )
+import FastString
 import Char            ( isAlphaNum )
 import Binary
 import Outputable