Re: ANN: Yi 0.6.3

2011-03-28 Thread Nicolas Pouillard
On Fri, 25 Mar 2011 01:23:46 -0500, Jeff Wheeler wrote: > Hi all, > > I'm very excited to announce the first release of Yi since last > summer. It is relatively light on new features, but it finally should > compile nicely on friendly machines. This means, for the most part, > machines with the l

Re: ANN: Yi 0.6.3

2011-03-26 Thread Corey O'Connor
Can you do a "cabal configure --dry-run -v" and attach the full output. It'll be quite long. The -v dumps out more information about the logic that cabal goes through. Sometimes it's short summaries of the problems are woefully incomplete :-) -Corey O'Connor coreyocon...@gmail.com http://inebria

Re: ANN: Yi 0.6.3

2011-03-26 Thread Tony Miller
On Fri, Mar 25, 2011 at 10:15 AM, Corey O'Connor wrote: > I think two things are necessary in this case: > 1. Upgrade GHC to get the GHC package to depend on the same Cabal as yi. > 2. Reinstall the dependencies making sure mtl >= 2 is selected. Use > "--constraint 'mtl >= 2.0.0'" as a parameter t

Re: ANN: Yi 0.6.3

2011-03-25 Thread Corey O'Connor
I think two things are necessary in this case: 1. Upgrade GHC to get the GHC package to depend on the same Cabal as yi. 2. Reinstall the dependencies making sure mtl >= 2 is selected. Use "--constraint 'mtl >= 2.0.0'" as a parameter to cabal. There might be a workaround to having to reinstall GHC.

Re: ANN: Yi 0.6.3

2011-03-25 Thread Tony Miller
Great work. After upgrading cabal and installing a couple dependencies(monads-fd and derive) it seems I have almost all the dependencies. Definitely a lot easier than the last time I tried to build Yi. However something is still missing. Do I absolutely need the haskell platform installed? Wouldn't

Re: ANN: Yi 0.6.3

2011-03-25 Thread Jeremy Wall
On Fri, Mar 25, 2011 at 1:23 AM, Jeff Wheeler wrote: > Hi all, > > I'm very excited to announce the first release of Yi since last > summer. It is relatively light on new features, but it finally should > compile nicely on friendly machines. This means, for the most part, > machines with the lates