
From: Erik de Castro Lopo
Well Iteratee built with MTL passes all the tests that shipped with it so I suppose it must be correct.
Unfortunately the iteratee tests aren't exhaustive, but if it builds with MTL it should work. I'm more surprised that it built just by changing the .cabal file; I would expect you'd have to hack up the imports in the source code. John

John Lato wrote:
Unfortunately the iteratee tests aren't exhaustive, but if it builds with MTL it should work. I'm more surprised that it built just by changing the .cabal file;
Nope, no hacking required beyond the .cabal file.
I would expect you'd have to hack up the imports in the source code.
Thats actually the problem, MTL and Transformers both provide Control.Monad.Identity, Control.Monad.Trans and possibly others. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
participants (2)
-
Erik de Castro Lopo
-
John Lato