RE: Proposal for GHC documentation

2002-12-29 Thread Mike Thomas
Hi all. > The rewritten documentation can be translated > to HTML using just a standard xsltproc tool (available > for both Cygwin & Linux) and XSLT DocBook stylesheet. > The main advantage of XML version is that there is > already developed XSLT stylesheet which generates > input for Microsoft HT

Re: --show-iface bug?

2002-12-29 Thread Sven Panne
John Meacham wrote: > [...] --show-iface seems to not be able to show .hi files created when > profiling is turned on. [...] Use the (undocumented :-) option "-buildtag p" *before* --show-iface, e.g. ghc -buildtag p --show-iface Foo.p_hi It doesn't work after --show-iface, neither does any co