File tree 1 file changed +2
-0
lines changed
cabal-install/src/Distribution/Client
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1670,6 +1670,7 @@ reportCommand =
1670
1670
, commandDescription = Nothing
1671
1671
, commandNotes = Just $ \ _ ->
1672
1672
" You can store your Hackage login in the ~/.config/cabal/config file\n "
1673
+ ++ " (the %APPDATA%\\ cabal\\ config file on Windows)\n "
1673
1674
, commandUsage = usageAlternatives " report" [" [FLAGS]" ]
1674
1675
, commandDefaultFlags = defaultReportFlags
1675
1676
, commandOptions = \ _ ->
@@ -2690,6 +2691,7 @@ uploadCommand =
2690
2691
, commandDescription = Nothing
2691
2692
, commandNotes = Just $ \ _ ->
2692
2693
" You can store your Hackage login in the ~/.config/cabal/config file\n "
2694
+ ++ " (the %APPDATA%\\ cabal\\ config file on Windows)\n "
2693
2695
++ relevantConfigValuesText [" username" , " password" , " password-command" ]
2694
2696
, commandUsage = \ pname ->
2695
2697
" Usage: " ++ pname ++ " upload [FLAGS] TARFILES\n "
You can’t perform that action at this time.
0 commit comments