Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
73ead893
Commit
73ead893
authored
Mar 15, 2011
by
Duncan Coutts
Browse files
Fix username prompting for cabal upload
Fixes ticket #810
parent
24bfa54c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Config.hs
View file @
73ead893
...
...
@@ -367,7 +367,11 @@ configFieldDescriptions =
++
toSavedConfig
liftReportFlag
(
commandOptions
reportCommand
ParseArgs
)
[
"verbose"
]
[]
[
"verbose"
,
"username"
,
"password"
]
[]
--FIXME: this is a hack, hiding the username and password.
-- But otherwise it masks the upload ones. Either need to
-- share the options or make then distinct. In any case
-- they should probably be per-server.
where
toSavedConfig
lift
options
exclusions
replacements
=
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment