Re: Yi 0.6.5.0 has been uploaded to Hackage

2012-03-22 Thread Robin Green
On 22 March 2012 17:35, Corey O'Connor wrote: > I also pushed an update to cautious-file. >* http://hackage.haskell.org/package/cautious-file-1.0.1 > Thanks for taking care of that - I kept meaning to get round to it. -- Yi development mailing list yi-devel@googlegroups.com http://groups.g

Re: Is it just me or did the yi darcs repo disappear from code.haskell.org?

2011-02-01 Thread Robin Green
I can only agree - github just has that "cool" factor. Technically I somewhat prefer darcs, but if you're going to switch, github would be a good choice. -- Robin On 1 February 2011 20:22, Aleksandar Dimitrov wrote: > On Mon, Jan 31, 2011 at 08:53:06PM -0600, Jeff Wheeler wrote: > > On Mon, Jan

Re: Yi & data-accessor's template-haskell issues on 6.10

2010-01-07 Thread Robin Green
Shouldn't cabal-install avoid reinstalling packages that are bundled with GHC? The cabal upgrade command has been disabled for that very reason. I can see how that would be a problem though, as cabal probably has no way of knowing which packages were bundled with GHC. -- Robin 2010/1/7 Gwern Bra

Yi for GHC 6.12.1

2009-12-14 Thread Robin Green
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

Re: Use of tip-of-trunk VTY

2009-11-11 Thread Robin Green
It's not guaranteed that changes would never conflict though. darcs is nice in that it allows spontaneous branching in the way you propose, but it doesn't guarantee that such spontaneous branches will never conflict. -- Robin 2009/11/11 Nicolas Pouillard > > Excerpts from Corey O'Connor's messa

CORRECTION: Patch to json to allow building yi with -fscion

2009-11-08 Thread Robin Green
tered packages, to make sure that it builds reliably!) -- Robin 2009/11/8 Jean-Philippe Bernardy > > Thanks! > > On Sun, Nov 8, 2009 at 12:52 PM, Robin Green wrote: > > If you want to build yi with the scion configuration flag enabled, you > will > > now need to appl

Patch to HTTP to allow building yi with -fscion

2009-11-08 Thread Robin Green
If you want to build yi with the scion configuration flag enabled, you will now need to apply the attached patch to the HTTP library and reinstall it. I have sent the patch to the HTTP maintainer. --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegrou

Heads up: ghc 6.12.1rc1

2009-10-25 Thread Robin Green
Just a heads-up to let people know that I'm working on patching yi and its dependencies to work on ghc 6.12.1rc1. So no-one else needs to work on that. -- Robin --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/gro

build error with head with -fscion

2009-08-24 Thread Robin Green
If I try to build the latest yi with -fscion, I get src/Yi/Eval.hs:93:32: Overlapping instances for Monad (Either Yi.Interpreter.Err) arising from a use of `addMakeAction' at src/Yi/Eval.hs:93:32-44 --~--~-~--~~~---~--~~ Yi development mailing list yi-deve

Re: yi doesn't run

2009-08-07 Thread Robin Green
2009/8/7 > > hi. > i'm using yi (darcs version of course) for like 1 1/2 weeks, and i noticed > today that i couldn't > create new files using C-x C-f (seems to be a known issue) I think this issue with *creating* files is my fault - sorry. You probably need to upgrade to the latest version of

darcs patch: Use cautious-file to save files

2009-07-20 Thread Robin Green
Mon Jul 20 06:48:54 BST 2009 Robin Green * Use cautious-file to save files The cautious-file package tries to reduce the risk of data loss --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

UnicodeSyntax language extension

2009-06-23 Thread Robin Green
ghc's UnicodeSyntax language extension lets you put unicode equivalents for ->, =>, forall, etc. in your source files. This is already similar to how yi displays such things. Is there already support for retaining unicode equivalents in the saved file? If not, how should we support it? -- Robin -