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 <[email protected]>:
>> 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
>
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to