Ticket #507 (new enhancement)
Improve `cabal info` output for the local package
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | cabal-install-0.16 |
| Component: | cabal-install tool | Version: | 1.6.0.1 |
| Severity: | minor | Keywords: | |
| Cc: | Difficulty: | easy (<4 hours) | |
| GHC Version: | Platform: |
Description
Currently
cabal configure --help
displays only the help for the configure command in general. Often I'd like to say what flags are available for the package in question. Currently the only way to do this seems to be to actually look at the .cabal file in question. Something a bit like: ./configure --help which shows you the generic flags like --prefix but also --enable-glade (for example).
Change History
Note: See
TracTickets for help on using
tickets.
