Ticket #954 (new defect)

Opened 12 months ago

setup haddock fails for packages without modules

Reported by: nomeata Owned by:
Priority: normal Milestone:
Component: Cabal library Version: 1.14.0
Severity: normal Keywords:
Cc: Difficulty: unknown
GHC Version: Platform:

Description

 http://hackage.haskell.org/package/diagrams-0.5 is a meta-package, i.e. only depends on other packages. Running setup haddock fails:

$ ./Setup haddock --hyperlink-source 
Running Haddock for diagrams-0.5...
Running hscolour for diagrams-0.5...
Preprocessing library diagrams-0.5...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Preprocessing library diagrams-0.5...
haddock: No input file(s).

Not a big deal, but still a corner-case that could be fixed.

Note: See TracTickets for help on using tickets.