[GHC] #1248: Use sensible flags for ghc -M
GHC
trac at galois.com
Sun Jul 20 16:59:00 EDT 2008
#1248: Use sensible flags for ghc -M
----------------------+-----------------------------------------------------
Reporter: simonpj | Owner: igloo
Type: task | Status: new
Priority: normal | Milestone: 6.10.1
Component: Compiler | Version: 6.6
Severity: normal | Resolution:
Keywords: | Difficulty: Easy (1 hr)
Testcase: | Architecture: Unknown
Os: Unknown |
----------------------+-----------------------------------------------------
Comment (by igloo):
OK, I've sorted out the argument parsing, so now it's just a matter of
picking good new names and marking the old ones as deprecated. Any
objections to these?
{{{
-optdep-f -> --dep-makefile
-optdep-s -> --dep-suffix
-optdep--include-pkg-deps -> --include-pkg-deps
-optdep--exclude-module -> --exclude-module
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1248#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list