Re: Build error in users guide in HEAD of today

2009-08-21 Thread
On Aug 20, 2009, at 11:43 PM, Philip K.F. Hölzenspies wrote: latex failed users_guide_tmp.tex:1380: Undefined control sequence \Documents. users_guide_tmp.tex:1380: leading text: } users_guide_tmp.tex:1380: Undefined control sequence \user. users_guide_tmp.tex:1380: leading text: }

Re: Build error in users guide in HEAD of today

2009-08-21 Thread Christiaan Baaij
Hi, I had the same problem. I'm using the dblatex (version 0.2.10) from macports (on OS X 10.5.7), which isn't the latest version of dblatex. Also I'm using the MacTex 2008 Tex distribution, but I have no idea what the particular versions of the url or hyperref package are. Anyhow, I

Re: Plans for GHC 6.12.1: release candidate 14 September 2009

2009-08-21 Thread Ravi Nanavati
Hypothetically speaking (since I haven't made the call yet), if I wanted to be an early adopter of 6.12.1 when it is released, would now would be the time to start grabbing HEAD and playing with it (so that I know what I'm probably getting into and can offer early feedback)? Or would it be better

ghc 6.10.4 infix declarations and '\' bug or not ?

2009-08-21 Thread John Lask
in declaring fixity for an operator (\\) to get it to compile using ghc 6.10.4, I needed to use the following code infixl 9 \\\ (\\) a b = etc ... where I assume the first \ escapes the second \, using infixl 9 \\ generates a syntax error infixl 9 \\ used to compile no problems with ghc