Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / deSugar / Match.lhs
index 793cc56..a7e9bce 100644 (file)
@@ -43,6 +43,7 @@ import Maybes
 import Util
 import Name
 import Outputable
 import Util
 import Name
 import Outputable
+import FastString
 \end{code}
 
 This function is a wrapper of @match@, it must be called from all the parts where 
 \end{code}
 
 This function is a wrapper of @match@, it must be called from all the parts where