Ticket #105 (closed enhancement: fixed)
improve usage info
| Reported by: | guest | Owned by: | ijones |
|---|---|---|---|
| Priority: | normal | Milestone: | Cabal-1.2 |
| Component: | Cabal library | Version: | 1.1.6 |
| Severity: | normal | Keywords: | |
| Cc: | Difficulty: | very easy (<1 hour) | |
| GHC Version: | 6.4.2 | Platform: | Linux |
Description (last modified by guest) (diff)
Claus Reinke suggests:
also, could the usage info (runhaskell Setup --help) please be amended? something like the two extra lines on usage cycle and home page below. claus ------------------------------------------------------------------------------ $ runhaskell.exe Setup.lhs --help Usage: Setup.lhs [GLOBAL FLAGS] or: Setup.lhs COMMAND [FLAGS] Global flags: -h, -? --help Show this help text +Typical usage cycle: 1. configure 2. build 3. install + Commands: configure Prepare to build the package. build Make this package ready for installation. clean Clean up after a build. install Copy the files into the install locations. Run register. copy Copy the files into the install locations. sdist Generate a source distribution file (.tar.gz or .zip). test Run the test suite, if any (configure with UserHooks). haddock Generate Haddock HTML code from Exposed-Modules. pfe Generate Programatica Project. register Register this package with the compiler. unregister Unregister this package with the compiler. For more information about a command, try 'Setup.lhs COMMAND --help'. + +This Setup feature has been prepared using the Haskell Cabal infrastructure. +See http://haskell.org/cabal/ for more information. ------------------------------------------------------------------------------
Change History
Note: See
TracTickets for help on using
tickets.
