[Haskell-cafe] Install Yi editor with GHC 6.10.1
Austin Seipp
mad.one at gmail.com
Wed Dec 3 02:46:11 EST 2008
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
More information about the Haskell-Cafe
mailing list