
3 Dec
2008
3 Dec
'08
2:46 a.m.
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