* When --toc was used, invalid XHTML was produced (anchors around
headers). Now the anchors are put inside the header tags.
Thanks to Abhishek Dasgupta for pointing this out.
* The build process, which used 'runhaskell', did not work on
platforms where GHC is not "built for interactive use." Fixed
by compiling Setup.hs at the beginning of the build process.
Closes Debian #440668.
Sorry about the release so soon after 0.43, but the build problem
was urgent for Debian.
John