Re: [Haskell] ANN: Yi 0.6.2.2

2010-03-25 Thread John Lato
From: Jeff Wheeler j...@nokrev.com On Wed, Mar 24, 2010 at 2:27 PM, Colin Paul Adams co...@colina.demon.co.uk wrote: Hm. I edited the cabal file to allow = 2.3 2.5 and it just compiled. Wouldn't this work with 6.12 also? Unfortunately not. Making that change yields: yi$ cabal install

[Haskell-cafe] Re: [Haskell] ANN: Yi 0.6.2.2

2010-03-25 Thread Jeff Wheeler
On Thu, Mar 25, 2010 at 7:48 AM, John Lato jwl...@gmail.com wrote: Will it work if you set data-accessor-template 0.2.1.3 in the .cabal file?  I think that version is acceptable to both ghc-6.10 and 6.12. It seems so, yes. Unfortunately, I've already made other changes to HEAD that are

[Haskell] ANN: Yi 0.6.2.2

2010-03-24 Thread Jeff Wheeler
Hi everybody, I'm very excited to announce the first release of Yi in nearly a year. For most of this time, Yi has been rather tough to install because of the mess of dependencies. Today these issues were resolved, and I uploaded a new package to Hackage, so installing Yi should be as simple as:

Re: [Haskell] ANN: Yi 0.6.2.2

2010-03-24 Thread Colin Paul Adams
Jeff == Jeff Wheeler j...@nokrev.com writes: Jeff Hi everybody, I'm very excited to announce the first release Jeff of Yi in nearly a year. For most of this time, Yi has been Jeff rather tough to install because of the mess of dependencies. Jeff Today these issues were resolved,

Re: [Haskell] ANN: Yi 0.6.2.2

2010-03-24 Thread Jeff Wheeler
On Wed, Mar 24, 2010 at 2:03 PM, Colin Paul Adams co...@colina.demon.co.uk wrote: Is it for ghc 6.12 only? I guess so. 6.12 requires template-haskell ==2.4, and I couldn't get Yi to compile without explicitly adding this into its cabal file. There may be a way to set the dependencies to work

Re: [Haskell] ANN: Yi 0.6.2.2

2010-03-24 Thread Colin Paul Adams
Jeff == Jeff Wheeler j...@nokrev.com writes: Jeff On Wed, Mar 24, 2010 at 2:03 PM, Colin Paul Adams Jeff co...@colina.demon.co.uk wrote: Is it for ghc 6.12 only? Jeff I guess so. 6.12 requires template-haskell ==2.4, and I Jeff couldn't get Yi to compile without explicitly

Re: [Haskell] ANN: Yi 0.6.2.2

2010-03-24 Thread Jeff Wheeler
On Wed, Mar 24, 2010 at 2:27 PM, Colin Paul Adams co...@colina.demon.co.uk wrote: Hm. I edited the cabal file to allow = 2.3 2.5 and it just compiled. Wouldn't this work with 6.12 also? Unfortunately not. Making that change yields: yi$ cabal install Resolving dependencies... cabal:

Re: [Haskell] ANN: Yi 0.6.2.2

2010-03-24 Thread Colin Paul Adams
Jeff == Jeff Wheeler j...@nokrev.com writes: Jeff On Wed, Mar 24, 2010 at 2:27 PM, Colin Paul Adams Jeff co...@colina.demon.co.uk wrote: Hm. I edited the cabal file to allow = 2.3 2.5 and it just compiled. Wouldn't this work with 6.12 also? Jeff Unfortunately not. Anyway

Re: [Haskell] ANN: Yi 0.6.2.2

2010-03-24 Thread Jeff Wheeler
On Wed, Mar 24, 2010 at 2:46 PM, Colin Paul Adams co...@colina.demon.co.uk wrote: Anyway it works. At least, I managed to find out to save a customised version with emacs key bindings. But there is not gtk support, apparently, and I can't find out how to get help. I haven't successfully

Re: [Haskell] ANN: Yi 0.6.2.2

2010-03-24 Thread David Leimbach
Well I think I can never figure out what it is I can actually do with Yi once it's installed. Editing keys are nice, but doe it let me build modules or jump in and out of ghci? It's difficult at best to use tools with no manual. Dave On Wed, Mar 24, 2010 at 12:54 PM, Jeff Wheeler

Re: [Haskell] ANN: Yi 0.6.2.2

2010-03-24 Thread Jeff Wheeler
On Wed, Mar 24, 2010 at 3:57 PM, David Leimbach leim...@gmail.com wrote: Well I think I can never figure out what it is I can actually do with Yi once it's installed.  Editing keys are nice, but doe it let me build modules or jump in and out of ghci? I'm not sure how mature Scion is now, but