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
__
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
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
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
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
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