Re: Patch for support of rich token stream in GHC

2008-09-19 Thread Ian Lynagh
On Thu, Sep 18, 2008 at 11:38:25AM +0200, Chaddaï Fouché wrote: > > Sorry, here it is. It's the result of a darcs send -o ... . Thanks! Thomas Schilling has now applied it (modified to take into account other changes in the HEAD, I believe). Thanks Ian __

Re: Patch for support of rich token stream in GHC

2008-09-18 Thread Chaddaï Fouché
2008/9/18 Ian Lynagh <[EMAIL PROTECTED]>: > > Hi Chaddaï, > > On Mon, Sep 15, 2008 at 10:55:56AM +0200, Chaddaï Fouché wrote: >> >> Mon Sep 15 10:33:30 CEST 2008 "Chaddai Fouche" <[EMAIL PROTECTED]> >> * RichTokenStream support > > Can you re-send this as an attachment, please? I can't see how t

Re: Patch for support of rich token stream in GHC

2008-09-17 Thread Ian Lynagh
Hi Chaddaï, On Mon, Sep 15, 2008 at 10:55:56AM +0200, Chaddaï Fouché wrote: > > Mon Sep 15 10:33:30 CEST 2008 "Chaddai Fouche" <[EMAIL PROTECTED]> > * RichTokenStream support Can you re-send this as an attachment, please? I can't see how to massage it into a form that darcs accepts. Thanks

Re: Patch for support of rich token stream in GHC

2008-09-15 Thread Chaddaï Fouché
2008/9/12 Simon Marlow <[EMAIL PROTECTED]>: > Thanks Chaddaï. Your patch seems to have some conflict markers in it, > though: > > Could you fix these up and resubmit? > I have fixed these, sorry for the delay : Mon Sep 15 10:33:30 CEST 2008 "Chaddai Fouche" <[EMAIL PROTECTED]> * RichTokenStr

Re: Patch for support of rich token stream in GHC

2008-09-12 Thread David Waern
2008/9/5 Chaddaï Fouché <[EMAIL PROTECTED]>: > This patch add four exported functions to GHC.hs and one to Lexer.x, > it allows one to extract a token stream from a source file. This token > stream include comments which means it contains everything needed to > recreate Haddock for example in a mor

Re: Patch for support of rich token stream in GHC

2008-09-12 Thread Simon Marlow
Chaddaï Fouché wrote: This patch add four exported functions to GHC.hs and one to Lexer.x, it allows one to extract a token stream from a source file. This token stream include comments which means it contains everything needed to recreate Haddock for example in a more independent fashion (the cu