[jhc] Re: transformers package on JHC
Henning Thielemann
jhc at henning-thielemann.de
Sat Nov 14 13:49:21 EST 2009
On Sat, 14 Nov 2009, Henning Thielemann wrote:
> For those people who want to use the 'transformers' package on JHC I have
> made a patch:
> http://code.haskell.org/~thielema/transformers-jhc.patch
now also as attachment for the record
> I hesitate to push this to the 'transformers' main branch, since it contains
> only several syntactic replacements like:
>
> do ~(a,b) <- act
>
> replaced by
>
> do ab <- act
> let (a,b) = ab
-------------- next part --------------
A non-text attachment was scrubbed...
Name: transformers-jhc.patch
Type: text/x-diff
Size: 6759 bytes
Desc:
Url : http://www.haskell.org/pipermail/jhc/attachments/20091114/a7b9310e/transformers-jhc.bin
More information about the jhc
mailing list