id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,difficulty,ghcversion,platform
176,Bad verbosity message lacks crucial detail,guest,,"I wanted to run Cabal and get the maximum information for a bug report, so I did:

 runhaskell Setup sdist -v5
 Setup: Bad verbosity 5

Which is a fine error message, but adding it to:

 Setup: Bad verbosity 5 (maximum allowed 3)

Would save me doing a linear search to find the maximum value.

(GHC version 6.8.1 with HEAD Cabal, but that's not a Trac approved combination)",enhancement,closed,normal,,Cabal library,HEAD,minor,fixed,,,very easy (<1 hour),6.6,Windows
