Ticket #140 (closed defect: fixed)
Cabal doesn't allow doc/html/<package name> to be overridden
| Reported by: | igloo | Owned by: | ijones |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Cabal library | Version: | 1.1.6 |
| Severity: | normal | Keywords: | |
| Cc: | Difficulty: | normal | |
| GHC Version: | 6.6 | Platform: | Linux |
Description
Distribution.Simple.LocalBuildInfo? uses
haddockPref pkg_descr
= foldl1 (</>) [distPref, "doc", "html", pkgName (package pkg_descr)]
and provides no way to override it. This should be a new field docdir (or similar), and be overridable with a configure flag.
Change History
Note: See
TracTickets for help on using
tickets.
