simonpj     2005/12/19 02:08:26 PST

  Modified files:        (Branch: ghc-6-4-branch)
    ghc/compiler/main    CodeOutput.lhs 
    ghc/compiler/utils   ListSetOps.lhs 
  Log:
  Fix the STABLE build
  
  - Add findDupsEq to ListSetOps
  
  - While I'm at it, delete removeDupsEq.  It was only used in
    one place (CodeOutput) and that call appeared to be wrong
    becuase if there was a duplicate, it deleted it altogether.
    The right thing there is nub, which is what the HEAD uses.
  
  Revision  Changes    Path
  1.56.2.2  +2 -2      fptools/ghc/compiler/main/CodeOutput.lhs
  1.12.8.1  +8 -12     fptools/ghc/compiler/utils/ListSetOps.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to