FIX #1110: the linker also needs the workaround
[ghc-hetmet.git] / compiler / prelude / TysWiredIn.lhs
index 2a819f0..278e333 100644 (file)
@@ -69,7 +69,7 @@ import DataCon                ( DataCon, mkDataCon, dataConWorkId, dataConSourceArity )
 import Var             ( TyVar, tyVarKind )
 import TyCon           ( TyCon, AlgTyConRhs(DataTyCon), tyConDataCons,
                          mkTupleTyCon, mkAlgTyCon, tyConName,
-                         AlgTyConParent(NoParentTyCon) )
+                         TyConParent(NoParentTyCon) )
 
 import BasicTypes      ( Arity, RecFlag(..), Boxity(..), isBoxed,
                          StrictnessMark(..) )