Test that the last line `--help` is the name of the config file
[cabal.git] / changelog.d / issue-6738
blobd2bf405375611e8e524e14416979ca6df2f0539d
1 synopsis: Add support for authentication tokens for uploading to Hackage
2 packages: cabal-install
3 prs: #9058
4 issues: #6738
6 description: {
8 A new flag `--token` (`-t`) has been created. Token authentication takes 
9 precedence over username and password meaning that, if a token is set, 
10 the username and password flags are ignored.