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
dcc4b31a
Commit
dcc4b31a
authored
Sep 07, 2013
by
Mikhail Glushenkov
Browse files
Don't allow 'sandbox-config-file' in '~/.cabal/config'.
parent
5cf81870
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Config.hs
View file @
dcc4b31a
...
...
@@ -367,7 +367,7 @@ configFieldDescriptions =
toSavedConfig
liftGlobalFlag
(
commandOptions
globalCommand
ParseArgs
)
[
"version"
,
"numeric-version"
,
"config-file"
]
[]
[
"version"
,
"numeric-version"
,
"config-file"
,
"sandbox-config-file"
]
[]
++
toSavedConfig
liftConfigFlag
(
configureOptions
ParseArgs
)
...
...
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