X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FstgSyn%2FStgSyn.lhs;h=25308435569954d9f053a9ccde25668a31ec2dbb;hb=c7344a639519b0ecd4ac24252ebc13ffdd3e9bd7;hp=6c38ecd3ab8f69efaa39d9e94f05fad55f6e58f5;hpb=60989a6fc0067600c90217bd673b60bf6448c076;p=ghc-hetmet.git diff --git a/compiler/stgSyn/StgSyn.lhs b/compiler/stgSyn/StgSyn.lhs index 6c38ecd..2530843 100644 --- a/compiler/stgSyn/StgSyn.lhs +++ b/compiler/stgSyn/StgSyn.lhs @@ -44,10 +44,11 @@ module StgSyn ( #endif ) where +#include "HsVersions.h" + import CostCentre ( CostCentreStack, CostCentre ) import VarSet ( IdSet, isEmptyVarSet ) -import Var ( isId ) -import Id ( Id, idName, idType, idCafInfo ) +import Id ( Id, idName, idType, idCafInfo, isId ) import IdInfo ( mayHaveCafRefs ) import Packages ( isDllName ) import Literal ( Literal, literalType )