[Haskell-cafe] MTL vs Transformers?

Ross Paterson ross at soi.city.ac.uk
Tue Oct 13 03:43:12 EDT 2009


On Tue, Oct 13, 2009 at 12:08:21PM +1100, Erik de Castro Lopo wrote:
> Here's an example. CGI uses MTL, Iteratee uses Transformers.
> 
> So, how do you use CGI and Iteratee in the same program?

There should be no problem with that, as long as you build your program
using cabal.  Cabal will build each package exposing only the packages
it directly depends on.


More information about the Haskell-Cafe mailing list