Dmitry Olshansky wrote:

> I transfered my code from 0.3 to 0.4 without any changes. There are type
> synonyms in Conduit for that.
> 
> Changes were from 0.2 to 0.3. Michael discribed it here
> http://www.yesodweb.com/blog/2012/03/announcing-conduit-0-3

Ok, so Control.Monad.Trans.Resource.with gets replaced with
Control.Monad.Trans.Resource.allocate.

> Actually, in 0.4
> 
> no changes with Control.Monad.Trans.Resource.
> type Source m a = Pipe Void a m ()
> old Conduit-API use type synonyms and not changed

My code has a lot of low level Conduit stuff and hence I run into
a bunch of the lower level issues.

Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to