My library uses others (including base & wxHaskell), and so references to types & identifiers from those libraries show up in my Haddock docs.  When I put the docs on the web, the links are bogus.  How can I get those links to be web-accessible versions instead of my local versions?

Similarly, I want to package up my library so that others can build on top of it and have their published haddock documentation contain web-accessible pointers to my doc.

Have these issues been thought through?  Thanks,

  - Conal

---------- Forwarded message ----------
From: Doaitse Swierstra < doaitse@cs.uu.nl>
Date: Dec 13, 2006 2:26 AM
Subject: Re: [Haskell] ANNOUNCE: Phooey -- a Functional UI library for Haskell
To: Conal Elliott <conal@conal.net>
Cc: Doaitse Swierstra <doaitse@cs.uu.nl>

Hi Conal,

when clicking on "Arrow" in your haddock documentation at:
http://darcs.haskell.org/packages/phooey/doc/Graphics-UI-Phooey.html#t%3AUI

my browser is directed to:

c:/ghc/ghc-6.6/doc/html/libraries/base/Control-Arrow.html#t%3AArrow

which does not seem good to me,

Best,
Doaitse