
#517: make cabal install command support haddock options ---------------------------------+------------------------------------------ Reporter: duncan | Owner: Type: enhancement | Status: new Priority: normal | Milestone: Component: cabal-install tool | Version: Severity: normal | Resolution: Keywords: | Difficulty: normal Ghcversion: | Platform: ---------------------------------+------------------------------------------ Changes (by guest): * cc: reiner.pope@gmail.com (added) Comment: I've attached a patch which exposes the following options in cabal install: {{{ --enable-documentation-hoogle (corresponds to --hoogle) --enable-documentation-source-links (corresponds to --hyperlink-source) --enable-documentation-executables (corresponds to --executables) --enable-documentation-internal (corresponds to --internal) --documentation-css=PATH (corresponds to --css=PATH) --documentation-hscolour-css=PATH (corresponds to --hscolour-css-PATH) }}} None of the flags have any effect unless --enable-documentation is set. All of the flags can be set in ~/.cabal/config. Reiner Pope -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/517#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects