[project @ 2005-03-08 17:12:51 by simonmar]
authorsimonmar <unknown>
Tue, 8 Mar 2005 17:12:54 +0000 (17:12 +0000)
committersimonmar <unknown>
Tue, 8 Mar 2005 17:12:54 +0000 (17:12 +0000)
commita8a2fc9c81ec4e8991a9a9f75f26c19d7f88d560
treee9fde6945b131aeac4f40d11cf324b66d339ed54
parent99e7c7530977a448775650cd48ba4889aab9b0ed
[project @ 2005-03-08 17:12:51 by simonmar]
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.
ghc/compiler/basicTypes/Name.lhs
ghc/compiler/utils/Outputable.lhs