Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/310baff32022338fbf8303f5e7cc4854d4b23d22

>---------------------------------------------------------------

commit 310baff32022338fbf8303f5e7cc4854d4b23d22
Author: Duncan Coutts <[email protected]>
Date:   Wed Jun 18 20:17:37 2008 +0000

    Fix the upload command message about the location of the config file

>---------------------------------------------------------------

 cabal-install/Hackage/Setup.hs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/cabal-install/Hackage/Setup.hs b/cabal-install/Hackage/Setup.hs
index 1add8ea..651b125 100644
--- a/cabal-install/Hackage/Setup.hs
+++ b/cabal-install/Hackage/Setup.hs
@@ -300,8 +300,7 @@ uploadCommand = CommandUI {
     commandName         = "upload",
     commandSynopsis     = "Uploads source packages to Hackage",
     commandDescription  = Just $ \_ ->
-         "You can store your Hackage login in " ++ "FIXME: configFile"
-      ++ "\nusing the format (\"username\",\"password\").\n",
+         "You can store your Hackage login in the ~/.cabal/config file\n",
     commandUsage        = \pname ->
          "Usage: " ++ pname ++ " upload [FLAGS] [TARFILES]\n\n"
       ++ "Flags for upload:",



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to