Skip to content

Commit c10808f

Browse files
committed
Mention "password-command" as a config file option
1 parent 9e0ab3b commit c10808f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cabal-install/Distribution/Client/Setup.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2189,7 +2189,7 @@ uploadCommand = CommandUI {
21892189
commandDescription = Nothing,
21902190
commandNotes = Just $ \_ ->
21912191
"You can store your Hackage login in the ~/.cabal/config file\n"
2192-
++ relevantConfigValuesText ["username", "password"],
2192+
++ relevantConfigValuesText ["username", "password", "password-command"],
21932193
commandUsage = \pname ->
21942194
"Usage: " ++ pname ++ " upload [FLAGS] TARFILES\n",
21952195
commandDefaultFlags = defaultUploadFlags,

cabal-install/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* `v2-build` (and other `v2-`prefixed commands) now accept the
55
`--benchmark-option(s)` flags, which pass options to benchmark executables
66
(analogous to how `--test-option(s)` works). (#6209)
7+
* `upload --help` now includes `password-command` as a config file option (#5224)
78

89
3.0.0.0 Mikhail Glushenkov <mikhail.glushenkov@gmail.com> August 2019
910
* Parse comma-separated lists for extra-prog-path, extra-lib-dirs, extra-framework-dirs,

0 commit comments

Comments
 (0)