On Tue, Dec 29, 2009 at 11:20 AM, Corey O'Connor <coreyocon...@gmail.com> wrote:
> Hm. I have an issue with cabal-install trying to use array == 0.2.*
> instead of array == 0.3.*. Do we need an explicit constraint on array
>> 0.3 < 0.4 in yi.cabal?
>
> I'm not sure why cabal is trying to use array == 0.2.*. Any ideas?

I worked around the problem by executing the following within the yi directory:

cabal install --global --reinstall --root-cmd=sudo cabal
cabal install --global --root-cmd=sudo --constrain='array == 0.3.*'

> On Mon, Dec 14, 2009 at 8:34 AM, Robin Green <gree...@gmail.com> wrote:
>> GHC 6.12.1 was released today!
>>
>> As promised, I've partially updated yi to work on GHC 6.12.1. However, I
>> haven't done the necessary changes to make pango work - I commented out
>> something instead, so it currently doesn't build with -fpango, but it does
>> build with -fvty. I'll post a HOWTO for how to build it later this week, but
>> for now if you're prepared to figure it out, all the necessary patches
>> should be found on this list (not all of the links here are relevant!)
>>
>> http://www.haskell.org/haskellwiki/Patches_and_forks_for_GHC_6.12
>>
>> I've been working against successive release candidates, so something may
>> have broken in the meantime, but I doubt it.
>>
>> --
>> Yi development mailing list
>> yi-devel@googlegroups.com
>> http://groups.google.com/group/yi-devel
>

-- 
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel

Reply via email to