Idea to allow people to comment on Haskell docs

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Sat Jan 21 17:47:13 EST 2006


On Sat, 2006-01-21 at 20:52 +0000, Duncan Coutts wrote:
> On Fri, 2006-01-20 at 08:53 +0000, Simon Peyton-Jones wrote:

> > Adding source code links would complete the picture.
> 
> Done!
> 
> Take a look at my example pages again:
> http://haskell.org/gtk2hs/docs/devel/
> http://haskell.org/gtk2hs/docs/devel/Graphics-Rendering-Cairo-SVG.html
> http://haskell.org/gtk2hs/docs/devel/Graphics-Rendering-Cairo-SVG.html#v:svgRender
> 
> I've now got source and wiki links on the contest & index pages, at the
> top level of each module and for each exported item.
> 
> (Some of the source code links are not accurate yet because the c2hs
> preprocessor has not yet been extended to preserve the original file
> name in its line pragmas, and many files in gtk2hs are .chs.pp files.)

This issue with c2hs is fixed now I think.

The only broken source code links now should be where the source file
doesn't exist in the darcs repo because it is generated at build time.

Duncan



More information about the Libraries mailing list