[Haskell-cafe] Conduit versions of wai and warp?
Vincent Hanquez
tab at snarc.org
Thu Jan 19 07:07:05 CET 2012
On 01/19/2012 03:22 AM, Erik de Castro Lopo wrote:
> Michael Snoyman wrote:
>
> > However, WAI and Warp are mostly ready now, just needing a bit more
> > testing. If people want to give me some feedback on the readiness
> > of them, and would like them released earlier, I'm definitely
> > flexible.
> >
> > Meanwhile: yes, the Github version is conduit-based.
>
> Michael,
>
> I'm having some trouble getting the right set of dependencies for
> Conduit versions of wai and warp. At the moment I'm stuck on
> asn1-data; every version I can find of that seems to depend on
> enumerator.
Humm, yeah, a bit sad, I'ld like to move away from them as well, and
probably just moving to a raw-attoparsec-based API would be fine.
But asn1-data is not part of wai/warp, and just a sub dependency of tls.
so you can just have enumerator installed for it for the time being.
--
Vincent @vincenthz
More information about the Haskell-Cafe
mailing list