On Wed, Oct 1, 2008 at 7:39 PM, Corey O'Connor <[EMAIL PROTECTED]> wrote: > > On Wed, Oct 1, 2008 at 10:23 AM, brad clawsie <[EMAIL PROTECTED]> wrote: >> add an instance declaration for (Binary LB.ByteString) >> In the second argument of `fmap', namely `get' >> In the expression: fromLazyByteString `fmap` get >> In the definition of `get': get = fromLazyByteString `fmap` get > > I ran into this error when the version of binary (Or was it > bytestring?) that yi depended on was changed. This required me to > update the version of binary I had installed. I tried to update only > binary and ran into the above error. The issue was that I needed to > update ByteString then binary. Which, for my system, the solution I > used was to run "cabal upgrade" and then reconfigure/rebuild yi.
I should add that it works for me with binary 0.4.2; I did not test binary 0.4.3. Cheers, -- JP. --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
