
7 Dec
2007
7 Dec
'07
5:52 p.m.
On Fri, 2007-12-07 at 19:14 +0000, Neil Mitchell wrote:
Hi Brandon,
You could replace the "unlit" executable in the GHC library directory with one which knows how to extract Haskell code from HTML.
I want a solution so that I can write the tagsoup manual in an way that can actually be run - I'd rather not force any additional dependence on a custom unlit command. However, adding HTML-style literate code to a future Haskell standard might not be a bad idea.
In the mean time you could prototype it as a pre-processor in Cabal if you write the unlit code. Duncan