Store the constructor name in the info table in UTF-8
authorSimon Marlow <simonmar@microsoft.com>
Wed, 9 May 2007 10:38:34 +0000 (10:38 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 9 May 2007 10:38:34 +0000 (10:38 +0000)
commit9c54ee0c9e25617b2a9ad4cdd9d3a6354e2edc0f
tree7d1d0cb3da9beb01579d2208094754c6e331c351
parentab13303c49618c6224d7c5b5397ac9a98d2e5b6f
Store the constructor name in the info table in UTF-8
compiler/basicTypes/DataCon.lhs
compiler/codeGen/CgInfoTbls.hs
compiler/codeGen/CgUtils.hs
compiler/ghci/ByteCodeItbls.lhs
compiler/ghci/Linker.lhs
compiler/utils/FastString.lhs