On Fri, Aug 28, 2009 at 10:40 AM, Simon Michael<si...@joyful.com> wrote: > - the monads-tf lib is a bit odd, it seems to conflict with mtl which many > others use. I hide it after I get vty built. > Is it needed/will this situation improve do you think ?
monads-tf is not specifically needed. I just selected that one cause type families are interesting :-) What is the recommended monad transformation library? mtl? Converting it to use monads-fd or mtl should be trivial. > - the parsec 3 requirement forces vty-4-using apps to also use parsec 3, and > to only use other libs which use parsec 3. > For example hledger currently uses parsec 2 and the csv lib which uses parsec > 2, so testing vty there will require a bit > of thought. How hard is it to support both parsecs ? hmm. The only question I have about supporting both is how does that work with distribution? Is the usual method to use the a cabal flag to set a preprocessor flag that enables one code path or the other? Should parsec 2 still be prefered? Thanks for the feedback! Cheers, Corey --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---