[Announcement] Fedora 12 rpms for leksah 0.8.0.1 now available
Leksah - 0.8.0.1 rpms for Fedora 12 now available <goog_1268906153764>http://leksah.org/download.html About Leksah: *Leksah* is the Haskell IDE of choice. It is written in Haskell, uses Gtk, and runs on Linux, Windows and Mac OS X. Leksah is a practical tool to support the Haskell development process. It requires the Glasgow Haskell Compiler (GHC). *Installation Instructions * *Procedure for x86 platform* Before proceeding to install the leksah rpms, Uninstall leksah-0.6.1, ghc-binary-devel packages, incase you have installed them from the leksah download page. Use the following command yum remove leksah ghc-binary-devel Download this tar.gz package http://leksah.org/packages/dependencies-0.8.0.1.fc12.i386.tar.gz Extract the rpms from the tar.gz file. Download the following two rpms (links below) and put the rpms into the directory where the dependencies are located. http://leksah.org/packages/leksah-0.8.0.1-1.fc12.i386.rpm http://leksah.org/packages/leksah-server-0.8.0.1-1.fc12.i386.rpm Select the rpms, right click and select Install. To install from command line, change into the extracted directory, become superuser and type yum --nogpgcheck install ghc-binary-devel-0.5.0.2-1.fc12.i386.rpm ghc-deepseq-devel-1.1.0.0-1.fc12.i386.rpm ghc-ltk-devel-0.8-1.fc12.i386.rpm ghc-binary-shared-devel-0.8-1.fc12.i386.rpm ghc-hslogger-devel-1.0.10-1.fc12.i386.rpm haddock-leksah-2.5.0-1.fc12.i386.rpm leksah-0.8.0.1-1.fc12.i386.rpm leksah-server-0.8.0.1-1.fc12.i386.rpm *Procedure for x86_64 platform* Download this tar.gz package. http://leksah.org/packages/dependencies-0.8.0.1.fc12.x86_64.tar.gz Extract the rpms from the tar.gz file. Download the following two rpms (links below) and put the rpms into the directory where the dependencies are located. http://leksah.org/packages/leksah-0.8.0.1-1.fc12.x86_64.rpm http://leksah.org/packages/leksah-server-0.8.0.1-1.fc12.x86_64.rpm Select the rpms, right click and select Install. To install from command line, change into the extracted directory, become superuser and type yum --nogpgcheck install ghc-binary-devel-0.5.0.2-1.fc12.x86_64.rpm ghc-hslogger-devel-1.0.10-1.fc12.x86_64.rpm ghc-binary-shared-devel-0.8-1.fc12.x86_64.rpm ghc-ltk-devel-0.8-1.fc12.x86_64.rpm ghc-deepseq-devel-1.1.0.0-1.fc12.x86_64.rpm haddock-leksah-2.5.0-1.fc12.x86_64.rpm leksah-0.8.0.1-1.fc12.x86_64.rpm leksah-server-0.8.0.1-1.fc12.x86_64.rpm *Running leksah *Once installation is completed, leksah menu item appears under * Applications->Programming* (in GNOME) and *Development* menu of KDE. -- Regards Lakshmi Narasimhan T V
Lakshmi Narasimhan <lakshminaras2002@gmail.com> writes:
*Leksah* is the Haskell IDE of choice.
Is it? Really? Whilst some people might find it great to have a Haskell-oriented IDE (even better to have it written in Haskell), that kind of a statement demands proof IMHO. I for one don't recall any polls of this nature. First of all, there are other IDEs being used (Eclipse, KDevelop, etc.); secondly, when people ask for IDEs/editors in #haskell, most people seem to use text editors such as Emacs or a vi derivative rather than an IDE per-se.
*Running leksah *Once installation is completed, leksah menu item appears under * Applications->Programming* (in GNOME) and *Development* menu of KDE.
Which, of course, assumes you use one of the two major DEs... -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com
participants (2)
-
Ivan Lazar Miljenovic -
Lakshmi Narasimhan