X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2FstgSyn%2FStgSyn.lhs;h=42bcabb9c28c6694c6146debf9c00e237c108cfd;hb=30c122df62ec75f9ed7f392f24c2925675bf1d06;hp=893358b8cd878de2fe68ee3a40c87a17bcbd3c22;hpb=61a00ea28c26af3763782dea7f93c3b1f778de7d;p=ghc-hetmet.git diff --git a/compiler/stgSyn/StgSyn.lhs b/compiler/stgSyn/StgSyn.lhs index 893358b..42bcabb 100644 --- a/compiler/stgSyn/StgSyn.lhs +++ b/compiler/stgSyn/StgSyn.lhs @@ -67,6 +67,7 @@ import Unique ( Unique ) import Bitmap import StaticFlags ( opt_SccProfilingOn ) import Module +import FastString \end{code} %************************************************************************