X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FcodeGen%2FCgCon.lhs;h=c2aa1f5fe4a1fb2ccbe93aa326848def42a7a5fd;hb=26741ec416bae2c502ef00a2ba0e79050a32cb67;hp=cb5337be61eb8ab14c3d2b7e85b1a7dbbda5ab83;hpb=ae45ff0e9831a0dc862a5d68d03e355d7e323c62;p=ghc-hetmet.git diff --git a/ghc/compiler/codeGen/CgCon.lhs b/ghc/compiler/codeGen/CgCon.lhs index cb5337b..c2aa1f5 100644 --- a/ghc/compiler/codeGen/CgCon.lhs +++ b/ghc/compiler/codeGen/CgCon.lhs @@ -44,7 +44,7 @@ import CostCentre ( currentOrSubsumedCosts, useCurrentCostCentre, dontCareCostCentre ) import Id ( idPrimRep, dataConTag, dataConTyCon, - isDataCon, DataCon(..), + isDataCon, SYN_IE(DataCon), emptyIdSet ) import Literal ( Literal(..) )