Skip to content

Commit 9028661

Browse files
committed
cabal.config should have a field for password-command
1 parent cf25742 commit 9028661

File tree

1 file changed

+1
-1
lines changed
  • cabal-install/Distribution/Client

1 file changed

+1
-1
lines changed

cabal-install/Distribution/Client/Setup.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2200,7 +2200,7 @@ uploadCommand = CommandUI {
22002200
commandDescription = Nothing,
22012201
commandNotes = Just $ \_ ->
22022202
"You can store your Hackage login in the ~/.cabal/config file\n"
2203-
++ relevantConfigValuesText ["username", "password"],
2203+
++ relevantConfigValuesText ["username", "password", "password-command"],
22042204
commandUsage = \pname ->
22052205
"Usage: " ++ pname ++ " upload [FLAGS] TARFILES\n",
22062206
commandDefaultFlags = defaultUploadFlags,

0 commit comments

Comments
 (0)