Skip to content
GitLab
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
a0a6e481
Commit
a0a6e481
authored
Apr 22, 2007
by
bjorn@bringert.net
Browse files
Don't print Downloading 'package.tar.gz' twice.
parent
9def94cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/src/Network/Hackage/CabalInstall/Install.hs
View file @
a0a6e481
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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