Andy Stewart | 3 Dec 06:15

Install Yi editor with GHC 6.10.1

Hi all,

I have install GHC 6.10.1 and Gtk2hs (darcs version) in Debian.
So i want to ask, have anyone install Yi (darcs version) with GHC 6.10.1
successfully?

And the best way to install darcs version Yi?

Thank you very much!

  -- Andy
Austin Seipp | 3 Dec 08:46
Gravatar

Re: Install Yi editor with GHC 6.10.1

Excerpts from lazycat.manatee's message of Tue Dec 02 23:18:50 -0600 2008:
> Hi all,
> 
> I have install GHC 6.10.1 and Gtk2hs (darcs version) in Debian.
> So i want to ask, have anyone install Yi (darcs version) with GHC 6.10.1
> successfully?

Yes. cabal install is basically the easiest way to do it:

 $ cabal update
 $ cabal install yi

> And the best way to install darcs version Yi?

 $ darcs get http://code.haskell.org/yi yi-darcs
 $ cd yi-darcs
 $ cabal install

You will need darcs v2 (I normally use the yi darcs repo fwiw, jpb
pushes lots of little fixes/optimizations regularly. Recently in yi
0.5.2 and the darcs version some major memory leaks have been fixed it
seems.)

Austin
Andy Stewart | 3 Dec 08:54

Re: Install Yi editor with GHC 6.10.1

Hi Austin,

Austin Seipp <mad.one <at> gmail.com> writes:

> Excerpts from lazycat.manatee's message of Tue Dec 02 23:18:50 -0600 2008:
>> Hi all,
>> 
>> I have install GHC 6.10.1 and Gtk2hs (darcs version) in Debian.
>> So i want to ask, have anyone install Yi (darcs version) with GHC 6.10.1
>> successfully?
>
> Yes. cabal install is basically the easiest way to do it:
>
>  $ cabal update
>  $ cabal install yi
>
>> And the best way to install darcs version Yi?
>
>  $ darcs get http://code.haskell.org/yi yi-darcs
>  $ cd yi-darcs
>  $ cabal install
>
> You will need darcs v2 (I normally use the yi darcs repo fwiw, jpb
> pushes lots of little fixes/optimizations regularly. Recently in yi
> 0.5.2 and the darcs version some major memory leaks have been fixed it
> seems.)
>
> Austin

Thank you.
(Continue reading)


Gmane