3 Dec 08:46
Re: Install Yi editor with GHC 6.10.1
Austin Seipp <mad.one <at> gmail.com>
2008-12-03 07:46:11 GMT
2008-12-03 07:46:11 GMT
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
RSS Feed