[Hackage] #206: cabal-install should be able to generate
haddock docs
Hackage
trac at galois.com
Wed Jun 18 18:06:21 EDT 2008
#206: cabal-install should be able to generate haddock docs
---------------------------------+------------------------------------------
Reporter: guest | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Cabal-1.4
Component: cabal-install tool | Version: 1.2.3.0
Severity: normal | Resolution:
Keywords: | Difficulty: normal
Ghcversion: 6.8.2 | Platform:
---------------------------------+------------------------------------------
Comment (by daniel.is.fischer):
The best I can imagine would be a flag --complete (or something) which
would do the equivalent of
{{{
runhaskell Setup.hs configure
runhaskell Setup.hs build
runhaskell Setup.hs haddock --hyperlink-source
runhaskell Setup.hs install
}}}
on each package in dependency order (since I probably forgot something
others would like, --complete is probably not the best choice).
Or we could have a flag --haddock to build documentation, but we'd need a
way to pass options to haddock, too. Perhaps --with-haddock-
options=option1,option2,option3 ? Would that automatically imply --haddock
?
--
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/206#comment:5>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects
More information about the cabal-devel
mailing list