X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FsimplCore%2FSimplify.lhs;h=27d2c541ddb7c3def2eade6c36dbb2b7212bcf8c;hb=27061b5b4008a831eba4784358b040bb1250dcef;hp=d41de74fb5103792d0aac4d7fe51062170c99835;hpb=6f27d4f8370610ac0672378a860a078d1679a8e7;p=ghc-hetmet.git diff --git a/compiler/simplCore/Simplify.lhs b/compiler/simplCore/Simplify.lhs index d41de74..27d2c54 100644 --- a/compiler/simplCore/Simplify.lhs +++ b/compiler/simplCore/Simplify.lhs @@ -34,6 +34,7 @@ import BasicTypes ( TopLevelFlag(..), isTopLevel, import Maybes ( orElse ) import Data.List ( mapAccumL ) import Outputable +import FastString \end{code}