X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fprelude%2FPrelInfo.lhs;h=a24196185da91c580300e921d70af6f8b23a8882;hb=940841711bb0c30326a5173d8107c2792919641c;hp=4c9444312fa8250e2069518319014b523543f49c;hpb=9957de2fa9fc8b2aea8bffb11f0791db86eb06f5;p=ghc-hetmet.git diff --git a/ghc/compiler/prelude/PrelInfo.lhs b/ghc/compiler/prelude/PrelInfo.lhs index 4c94443..a241961 100644 --- a/ghc/compiler/prelude/PrelInfo.lhs +++ b/ghc/compiler/prelude/PrelInfo.lhs @@ -418,10 +418,10 @@ floatingClass_RDR = clsQual pREL_FLOAT_Name SLIT("Floating") realFloatClass_RDR = clsQual pREL_FLOAT_Name SLIT("RealFloat") -- Class Ix -ixClass_RDR = clsQual iX_Name SLIT("Ix") -range_RDR = varQual iX_Name SLIT("range") -index_RDR = varQual iX_Name SLIT("index") -inRange_RDR = varQual iX_Name SLIT("inRange") +ixClass_RDR = clsQual pREL_ARR_Name SLIT("Ix") +range_RDR = varQual pREL_ARR_Name SLIT("range") +index_RDR = varQual pREL_ARR_Name SLIT("index") +inRange_RDR = varQual pREL_ARR_Name SLIT("inRange") -- Class CCallable and CReturnable ccallableClass_RDR = clsQual pREL_GHC_Name SLIT("CCallable")