X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fprelude%2FPrelInfo.lhs;h=ae88f95dd64904a5db2cbf0db12d1160225cd569;hb=014a3451c3179b6c485e67dd1463966d588be96a;hp=94666c7101ed3719dd805d082b066e190c9c898e;hpb=803030e7b6d014fc739d9dfcf6769af23fc868f3;p=ghc-hetmet.git diff --git a/ghc/compiler/prelude/PrelInfo.lhs b/ghc/compiler/prelude/PrelInfo.lhs index 94666c7..ae88f95 100644 --- a/ghc/compiler/prelude/PrelInfo.lhs +++ b/ghc/compiler/prelude/PrelInfo.lhs @@ -157,6 +157,7 @@ prim_tycons , intPrimTyCon , int64PrimTyCon , foreignObjPrimTyCon + , bcoPrimTyCon , weakPrimTyCon , mutableArrayPrimTyCon , mutableByteArrayPrimTyCon @@ -211,6 +212,7 @@ knownKeyNames , (byteArrayTyCon_RDR, byteArrayTyConKey) , (mutableByteArrayTyCon_RDR, mutableByteArrayTyConKey) , (foreignObjTyCon_RDR, foreignObjTyConKey) + , (bcoPrimTyCon_RDR, bcoPrimTyConKey) , (stablePtrTyCon_RDR, stablePtrTyConKey) , (stablePtrDataCon_RDR, stablePtrDataConKey)