Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / main / DriverPipeline.hs
index 50b4501..59535f0 100644 (file)
@@ -45,6 +45,7 @@ import Maybes         ( expectJust )
 import ParserCoreUtils ( getCoreModuleName )
 import SrcLoc          ( unLoc )
 import SrcLoc          ( Located(..) )
+import FastString
 
 import Control.Exception as Exception
 import Data.IORef      ( readIORef, writeIORef, IORef )