[commit: Cabal] master: Don't print Downloading 'package.tar.gz' twice. (a0a6e48)
Ian Lynagh
igloo at earth.li
Fri Jun 24 01:44:01 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a0a6e481985c4951e08494faa6da80c007e0d179
>---------------------------------------------------------------
commit a0a6e481985c4951e08494faa6da80c007e0d179
Author: bjorn <bjorn at bringert.net>
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.
More information about the Cvs-libraries
mailing list