cvs commit: fptools/ghc/compiler/main Finder.lhs

qrczak@glass.cse.ogi.edu qrczak@glass.cse.ogi.edu
Mon, 25 Dec 2000 15:45:30 -0800


qrczak      2000/12/25 15:45:30 PST

  Modified files:
    ghc/compiler/main    Finder.lhs 
  Log:
  s/moduleNameString/moduleNameUserString/ to correctly handle modules
  with 'z' in their names which come from packages.
  
  The function Module.moduleNameString is no longer used. Perhaps it
  should be removed so nobody tries to introduce such bug again :-)
  
  If the letter 'e' was chosen for escape instead of 'z', such bugs
  would be more quickly spotted :-)
  
  Revision  Changes    Path
  1.27      +1 -1      fptools/ghc/compiler/main/Finder.lhs