add the constructor name field to the info table for RTS constructors
[ghc-hetmet.git] / compiler / codeGen / CgInfoTbls.hs
index da48005..0d6925b 100644 (file)
@@ -21,7 +21,7 @@ module CgInfoTbls (
        getConstrTag,
        infoTable, infoTableClosureType,
        infoTablePtrs, infoTableNonPtrs,
-       funInfoTable
+       funInfoTable, makeRelativeRefTo
   ) where