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
0afbf0b3
Commit
0afbf0b3
authored
Jul 12, 2018
by
Alexis Williams
Browse files
Fix verbosity-parsing bug.
parent
c877898e
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/CmdInstall.hs
View file @
0afbf0b3
...
...
@@ -195,7 +195,12 @@ installCommand = CommandUI
(
filter
((`
notElem
`
[
"target-package-db"
])
.
optionName
)
$
installOptions
showOrParseArgs
)
++
liftOptions
get4
set4
(
haddockOptions
showOrParseArgs
)
++
liftOptions
get4
set4
-- hide "target-package-db" flag from the
-- install options.
(
filter
((`
notElem
`
[
"v"
,
"verbose"
])
.
optionName
)
$
haddockOptions
showOrParseArgs
)
++
liftOptions
get5
set5
(
newInstallOptions
showOrParseArgs
)
,
commandDefaultFlags
=
(
mempty
,
mempty
,
mempty
,
mempty
,
defaultNewInstallFlags
)
}
...
...
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