[Haskell-cafe] Literate HTML

Neil Mitchell ndmitchell at gmail.com
Tue Dec 11 06:35:46 EST 2007


Hi All,

Thanks for the general help on literate HTML. It seems that using
bird-tick style literate works better than \begin{code} style. I tried
it with my document, but quickly gave up - mainly because I decided
literateness did not fit with what I was doing.

> You can compile a .html file with:
>    ghc --make -x lhs index.html

You can also load it in GHCi with:
> ghci -x lhs index.html

> The -x flag doesn't seem to work for runhaskell

I couldn't get it working either, so have raised a feature request bug.

Thanks for everyone's help,

Neil


More information about the Haskell-Cafe mailing list