19 Apr
2005
19 Apr
'05
6:38 p.m.
On 16 April 2005 02:23, Isaac Jones wrote:
Ashley Yakeley <ashley@semantic.org> writes:
I've just started using Cabal, for my time library implementation (<http://semantic.org/TimeLib/>). I have some issues:
1. If I do "runghc Setup.hs haddock" and then "runghc Setup.hs install", the documentation doesn't appear to get installed anywhere.
Where do folks think that the docs should go? Or should we add a haddock-prefix flag to configure?
GHC puts them in /usr/local/share/<package>/html Perhaps /usr/local/share/doc/<package>/html would be better? Cheers, Simon