Skip to content
GitLab
Menu
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
8c63bd1a
Commit
8c63bd1a
authored
Jun 02, 2008
by
Saizan
Browse files
Fix bug in passing the verbosity value when re-executing cabal
It was passing the value as another argument, distinct from the flag.
parent
e3f09219
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Hackage/Install.hs
View file @
8c63bd1a
...
...
@@ -340,7 +340,7 @@ installUnpackedPackage verbosity scriptOptions miscOptions configFlags pkg mpath
then
inDir
mpath
$
rawSystemExit
verbosity
cmd
[
self
,
"install"
,
"--only"
,
"--verbose="
,
showForCabal
verbosity
]
,
"--verbose="
++
showForCabal
verbosity
]
else
die
$
"Unable to find cabal executable at: "
++
self
-- helper
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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