Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a0a6e481985c4951e08494faa6da80c007e0d179 >--------------------------------------------------------------- commit a0a6e481985c4951e08494faa6da80c007e0d179 Author: bjorn <[email protected]> Date: Sun Apr 22 11:43:58 2007 +0000 Don't print Downloading 'package.tar.gz' twice. >--------------------------------------------------------------- .../src/Network/Hackage/CabalInstall/Install.hs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/cabal-install/src/Network/Hackage/CabalInstall/Install.hs b/cabal-install/src/Network/Hackage/CabalInstall/Install.hs index 978d03f..5dee078 100644 --- a/cabal-install/src/Network/Hackage/CabalInstall/Install.hs +++ b/cabal-install/src/Network/Hackage/CabalInstall/Install.hs @@ -56,8 +56,7 @@ downloadPkg cfg pkg location if fetched then do pkgIsPresent (configOutputGen cfg) pkg return (packageFile cfg pkg) - else do downloadingPkg (configOutputGen cfg) pkg - fetchPackage cfg pkg location + else fetchPackage cfg pkg location -- Attach the correct prefix flag to configure commands, -- correct --user flag to install commands and no options to other commands. _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
