Add flags --full-flag-help and --print-docdir
In the thread starting http://www.haskell.org/pipermail/glasgow-haskell-users/2007-March/012141.html two new flags are proposed:
A --full-flag-help flag, which prints essentially the ghc manpage.
A --print-docdir flag:
$ ghc --print-docdir
c:/ghc/ghc-6.6/doc/html
where there are local docs,
$ ghc --print-docdir
http://www.haskell.org/ghc/docs/6.6/html/
otherwise (note version specific URL).
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.6 |
| Type | FeatureRequest |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Driver |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | Unknown |
| Architecture | Unknown |