Improve hierarchical module name handling in MkExternalCore
authorTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 19 Mar 2008 19:04:29 +0000 (19:04 +0000)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 19 Mar 2008 19:04:29 +0000 (19:04 +0000)
It's easier for the External Core parser if MkExternalCore prints
module names like:
   base:GHCziBase
rather than like:
   base:GHC.Base
(which it was doing before.)

So now we z-encode the hierarchical module-name part of a module
name, but don't z-encode the ':'.

I also removed some old comments that don't seem relevant anymore.


No differences found