Ticket #150 (new enhancement)
haddock docs are not relocatable in Windows
| Reported by: | eivuokko | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | _|_ |
| Component: | Cabal library | Version: | HEAD |
| Severity: | normal | Keywords: | |
| Cc: | Difficulty: | hard (< 1 day) | |
| GHC Version: | 6.4.2 | Platform: | Windows |
Description
Haddock docs are not installed sensibly in Windows. They go under Common Files, which is silly; Their path doesn't contain compiler version, which makes it hard to install docs for same package version installed for different compilers/versions and they are not relocatable because
- default uses absolute paths for references
- with a lot of work they can refer to each other via relative paths, but ghc installation isn't installed in similar fashion. And then all packages must also be installed into same prefix. (ie user-only vs admin installs)
Change History
Note: See
TracTickets for help on using
tickets.
