[project @ 2000-08-07 14:11:48 by sewardj]
[ghc-hetmet.git] / ghc / compiler / prelude / PrelInfo.lhs
index 12acaa9..ae88f95 100644 (file)
@@ -41,13 +41,11 @@ import PrelNames    -- Prelude module names
 
 import PrimOp          ( PrimOp(..), allThePrimOps, primOpRdrName )
 import DataCon         ( DataCon, dataConId, dataConWrapId )
-import PrimRep         ( PrimRep(..) )
 import TysPrim         -- TYPES
 import TysWiredIn
 
 -- others:
 import RdrName         ( RdrName )
-import Var             ( varUnique, Id )
 import Name            ( Name, OccName, Provenance(..), 
                          NameSpace, tcName, clsName, varName, dataName,
                          mkKnownKeyGlobal,
@@ -61,7 +59,6 @@ import BasicTypes     ( Boxity(..) )
 import Unique          -- *Key stuff
 import UniqFM          ( UniqFM, listToUFM )
 import Util            ( isIn )
-import Panic           ( panic )
 \end{code}
 
 %************************************************************************
@@ -160,6 +157,7 @@ prim_tycons
     , intPrimTyCon
     , int64PrimTyCon
     , foreignObjPrimTyCon
+    , bcoPrimTyCon
     , weakPrimTyCon
     , mutableArrayPrimTyCon
     , mutableByteArrayPrimTyCon
@@ -214,6 +212,7 @@ knownKeyNames
     , (byteArrayTyCon_RDR,     byteArrayTyConKey)
     , (mutableByteArrayTyCon_RDR, mutableByteArrayTyConKey)
     , (foreignObjTyCon_RDR,    foreignObjTyConKey)
+    , (bcoPrimTyCon_RDR,       bcoPrimTyConKey)
     , (stablePtrTyCon_RDR,     stablePtrTyConKey)
     , (stablePtrDataCon_RDR,    stablePtrDataConKey)