
20 Mar
2010
20 Mar
'10
5:16 a.m.
Hi, seems, that I found how to solve it. I replased `mtl` dependency
with `transformers` and `monads-fd` and everything works fine.
BTW. Iteratee and Takusen didn't want to work because of different
instances of MonadIO (Iteratee needs MonadIO from transformers
package, but Takusen implements MonadIO from mtl)
Regards,
Vasyl
2010/3/20 Valery V. Vorotyntsev
Today I stuck with the following problem: I want to read a file with iteratee package, and but it to database through Takusen package, but it doesn't work. The `Takusen` was built with `mtl` package, and `iteratee` - with `transformers`, so they are conflicting when used simultaneously.
And what error message is displayed?
-- vvv