X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fprelude%2FPrelInfo.lhs;h=c1e3a9dacc5c8011f2d9f01339696853edff29e9;hb=b4613af39b9a0829c13eb2987a0469bff5ada16c;hp=28c1948a3c92cb0075a5e1de41b8e2926118752c;hpb=a132bff61cbe15feaed0b69f45a2c8532d636084;p=ghc-hetmet.git diff --git a/ghc/compiler/prelude/PrelInfo.lhs b/ghc/compiler/prelude/PrelInfo.lhs index 28c1948..c1e3a9d 100644 --- a/ghc/compiler/prelude/PrelInfo.lhs +++ b/ghc/compiler/prelude/PrelInfo.lhs @@ -462,9 +462,9 @@ byteArrayTyCon_RDR = tcQual pREL_ARR SLIT("ByteArray") mutableByteArrayTyCon_RDR = tcQual pREL_ARR SLIT("MutableByteArray") foreignObjTyCon_RDR = tcQual pREL_IO_BASE SLIT("ForeignObj") -stablePtrTyCon_RDR = tcQual pREL_FOREIGN SLIT("StablePtr") -deRefStablePtr_RDR = varQual pREL_FOREIGN SLIT("deRefStablePtr") -makeStablePtr_RDR = varQual pREL_FOREIGN SLIT("makeStablePtr") +stablePtrTyCon_RDR = tcQual pREL_STABLE SLIT("StablePtr") +deRefStablePtr_RDR = varQual pREL_STABLE SLIT("deRefStablePtr") +makeStablePtr_RDR = varQual pREL_STABLE SLIT("makeStablePtr") eqClass_RDR = clsQual pREL_BASE SLIT("Eq") ordClass_RDR = clsQual pREL_BASE SLIT("Ord")