simonmar 2005/03/08 09:12:55 PST
Modified files:
ghc/compiler/basicTypes Name.lhs
ghc/compiler/utils Outputable.lhs
Log:
Fix something that's been bugging me for a while: by default, -ddump-*
output doesn't include uniques when it outputs internal names, but in
most cases you need them because the output hasn't been tidied, so you
end up doing -dppr-debug which is overkill.
Now, -ddump-* prints uniques for internal names by default. This
shouldn't affect anything else.
Revision Changes Path
1.117 +3 -0 fptools/ghc/compiler/basicTypes/Name.lhs
1.64 +23 -9 fptools/ghc/compiler/utils/Outputable.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc