[project @ 1996-06-26 10:26:00 by partain]
[ghc-hetmet.git] / ghc / compiler / codeGen / CgCon.lhs
index cb5337b..c2aa1f5 100644 (file)
@@ -44,7 +44,7 @@ import CostCentre     ( currentOrSubsumedCosts, useCurrentCostCentre,
                          dontCareCostCentre
                        )
 import Id              ( idPrimRep, dataConTag, dataConTyCon,
-                         isDataCon, DataCon(..),
+                         isDataCon, SYN_IE(DataCon),
                          emptyIdSet
                        )
 import Literal         ( Literal(..) )