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
84556577
Commit
84556577
authored
Sep 20, 2008
by
Duncan Coutts
Browse files
Rename --distdir flag to --builddir
Old aliases kept for compatibility
parent
b940e28e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Distribution/Simple/Setup.hs
View file @
84556577
...
...
@@ -1381,8 +1381,8 @@ optionDistPref get set = \showOrParseArgs ->
get
set
(
reqArgFlag
"DIR"
)
where
distPrefFlagName
ShowArgs
=
[
"
dist
dir"
]
distPrefFlagName
ParseArgs
=
[
"distdir"
,
"distpref"
]
distPrefFlagName
ShowArgs
=
[
"
build
dir"
]
distPrefFlagName
ParseArgs
=
[
"builddir"
,
"distdir"
,
"distpref"
]
optionVerbosity
::
(
flags
->
Flag
Verbosity
)
->
(
Flag
Verbosity
->
flags
->
flags
)
...
...
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