Hi Andres.  I just successfully installed & tested lhs2TeX on cygwin.  The only hitch was in an inconsistent translation of "/usr/local" into "c:/cygwin/usr/local" (I guess bash vs Haskell).  The fix was very simple: "./configure --prefix=c:/cygwin/usr/local" before "make" and "make install".  I suggest you add a note to that effect in INSTALL.
<br><br>Thanks for the lhs2TeX update!<br><br>Regards,&nbsp; - Conal<br><br><br><div><span class="gmail_quote">On 3/14/06, <b class="gmail_sendername">Andres Loeh</b> &lt;<a href="mailto:loeh@iai.uni-bonn.de">loeh@iai.uni-bonn.de
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lhs2TeX version 1.11<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ====================
<br><br>We are pleased to announce a new release of lhs2TeX,<br>a preprocessor to generate LaTeX code from literate Haskell<br>sources.<br><br>lhs2TeX includes the following features:<br><br>* Highly customized output.<br>
<br>* Liberal parser -- no restriction to Haskell 98.<br><br>* Generate multiple versions of a program or document from<br>&nbsp;&nbsp;a single source.<br><br>* Active documents: call Haskell to generate parts of the<br>&nbsp;&nbsp;document (useful for papers on Haskell).
<br><br>* A manual explaining all the important aspects of lhs2TeX.<br><br>Changes (w.r.t. lhs2TeX 1.9)<br>----------------------------<br><br>[Note that 1.10 has never been released to avoid confusion<br>with some privately distributed versions.]
<br><br>* Specification code is now handled correctly (that is, ignored)<br>&nbsp;&nbsp;in the &quot;code&quot; and &quot;newcode&quot; styles.<br><br>* Comments and Pragmas are handled in a better way by<br>&nbsp;&nbsp;the &quot;newcode&quot; style.
<br><br>* There are some new forms of implicit formatting directives.<br><br>* The LaTeX code produced in the poly style looks slightly<br>&nbsp;&nbsp;more beautiful.<br><br>* There is a new Library section, containing some frequently
<br>&nbsp;&nbsp;used formatting directives.<br><br>* Generation of file/linenumber directives in the produced<br>&nbsp;&nbsp;LaTeX code, for Stefan Wehr's &quot;adjust&quot; tool. Based on a<br>&nbsp;&nbsp;patch submitted by Stefan Wehr.<br><br>* lhs2TeX can now replace ghc's literate preprocessor.
<br><br>* Improved efficiency of \eval and \perform (to call ghci<br>&nbsp;&nbsp;or hugs from lhs2TeX documents).<br><br>Requirements and Download<br>-------------------------<br><br>A source distribution that should be suitable for Unix-based
<br>environments is available from<br><br>&nbsp;&nbsp;<a href="http://www.iai.uni-bonn.de/~loeh/lhs2tex/">http://www.iai.uni-bonn.de/~loeh/lhs2tex/</a><br><br>It has been verified to build on Linux and MacOSX.<br>Binaries will be made available on request.
<br><br>You need a recent version of GHC (6.4.1 is tested, 6.2.2 might<br>work) to build lhs2TeX, and, of course, you need a TeX distribution<br>to make use of lhs2TeX's output. The program includes a<br>configuration that is suitable for use with LaTeX. In theory,
<br>there should be no problem to generate code for other TeX<br>flavors, such as plainTeX or ConTeXt.<br><br><br>&nbsp;&nbsp;Happy lhs2TeXing,<br>&nbsp;&nbsp;Andres Loeh and Ralf Hinze<br><br>&nbsp;&nbsp;<a href="mailto:lhs2TeX@andres-loeh.de">lhs2TeX@andres-loeh.de
</a><br>&nbsp;&nbsp;<a href="mailto:ralf@informatik.uni-bonn.de">ralf@informatik.uni-bonn.de</a><br>_______________________________________________<br>Haskell mailing list<br><a href="mailto:Haskell@haskell.org">Haskell@haskell.org
</a><br><a href="http://www.haskell.org/mailman/listinfo/haskell">http://www.haskell.org/mailman/listinfo/haskell</a><br></blockquote></div><br>