News
2010/05/28 | Leksah 0.8.0.6 rpms for Fedora now availablefor Fedora 12 x86 platform: for Fedora 12 x86_64 Before proceeding to install, if you have installed older 0.8 packages via yum, kindly remove them using the following command yum remove leksah leksah-server. To install the new packages, use the following command: for Fedora 12 x86 platform yum --nogpgcheck install leksah-server-0.8.0.6-1.fc12.x86_64.rpm leksah-0.8.0.6-1.fc12.x86_64.rpm for Fedora 12 x86_64 yum --nogpgcheck install leksah-server-0.8.0.6-1.fc12.i386.rpm leksah-0.8.0.6-1.fc12.i386.rpm There is a split in leksah-server into two packages, leksah-server and a devel package. Hence the dependencies that were earlier required to be installed are not required now |
2010/05/17 | Release 0.8 is out.This is our official 0.8 release. Anyone still using 0.6 should Anyone using an earlier 0.8 release should upgrade too (and delete There's lots of new stuff, so please have a look if you can. Let us know Some changes in 0.8: * Workspaces (for working on projects with multiple packages) Not new but worth mentioning: * <Ctrl> <Enter> evaluates current line or selection in GHCi To building Leksah yourself: * You need GHC 6.10 or 6.12 installed. The preferred way is current Making a Gtk application look nice on Windows and OS X is not easy so http://leksah.org/packages/leksah-0.8.0.6.exe (Windows) (Installation of gtk2hs for the development of gtk2hs apps is not done Known bugs and problems: * If you have installed an earlier 0.8 version please delete your * The server may occasionally allocate much memory, which has been * leksah don't run with ghc-6.12.2 |
2010/03/28 | Updated manual for Leksah 0.8 now available.Thanks to Andrew U. Frank and Christian Gruber. It still needs some corrections, but here it is: |
2010/03/16 | Fedora packages for Leksah 0.8 prerelease available.We have the rpms ready (for Fedora 12 i386 and x86_64). These packages are build with ghc-6.10. Thanks to Lakshmi Narasimhan i386 x86_64 |
2010/03/14 | Mac and Windows installers for Leksah 0.8 prerelease availableWe have uploaded first pass at Windows and OSX binaries for 0.8. They are both built using GHC 6.12.1. Installation: Make shure ghc 6.12.1 is installed. Take care that wget and grep are on your path from a shell. Please try them out if you can and let us know if you find any issues. Windows OSX If the module browser has no modules in system, you need to do a ghc-pkg recache after installation. Sorry, the user manual is not yet updated, but we are working on it. |
2010/03/07 |
Leksah 0.8 PrereleasePlease test our new prerelease, which we have published on Cabal. We are in the process of preparing the next release of Leksah and are looking for people to test and report their experience. This prerelease may not be stable enough for productive work. If you like a minimum trouble upgrade you should wait till the release is officially announced. Changes for 0.8 include:
We have published the first 0.8 packages to Hackage. Installation:
Known bugs and problems:
|
2010/02/22 | Experimental 0.6 Fedora packagesWe have new experimental rpms for Fedora 12 i686 platform, Currently the leksah rpm pulls in most of haskell platform dependencies. We are working on trimming some of the dependencies but the size of most of the libraries are not more than 40-50 KB. use the following command, "yum --nogpgcheck install ghc-binary-devel-0.4.4-1.f12.i686.rpm leksah-0.6.10-1.f12.i686.rpm" Kindly requesting you to try the installation on a Fedora 12 system and report back any failures found. We are going to try the installation in Fedora 11 since it ships with ghc-6.10.1. Will update the results to the mailing list. ghc-binary-devel-0.4.4-1.f12.i686.rpmleksah-0.6.10-1.f12.i686.rpm ghc-binary-doc-0.4.4-1.f12.i686.rpm ghc-binary-prof-0.4.4-1.f12.i686.rpm |
2009/08/01 | Experimental Mac and Windows installersPlease try out our new binary installers for Windows and Mac, which are available from the download page. |
2009/07/21 | Release 0.6.0Please try out our new binary installers for Windows and Mac, which are available from the download page. The 0.6 version introduces a debugger mode. This mode can be switched on and off from the toolbar. In debugger mode expressions can be evaluated and the type of expressions can be shown. The GHCi debugger is integrated, so that breakpoints can be set, it is possible to step through the code and observe the values of variables. Other features of Leksah like building in the background and reporting errors on the fly work in debugger mode as in compiler mode. Another new feature is integration of grep and text search with regular expression. This can be accessed from the findbar. The GUI framework has been enhanced, so that layouts can be nested in so called group panes. This feature is used for the debugger pane. Furthermore notebooks can be detached, so that Leksah can be used on multiple screens. A lot of little enhancements has been made and numerous bugs has been fixed. Look in the manual for further information |
GHC 6.10.2Leksah does work with GHC version 6.10.2! But currently you have to get the repo version of gtk2hs and compile it (darcs get --partial http://code.haskell.org/gtk2hs/) In the gtk2hs repository the problems with changes on finalizers have been resolved. Currently you have to change Cabal ==1.6.0.1 to Cabal >=1.6.0.1 in the leksah.cabal file by hand. So you have to install leksah with runhaskell Setup configure (--user) ... We will fix this with the next release. |
|
2009/04/02 | Release 0.4.4.1A minor fix for the recurring query to open a file:
|
2009/03/31 | Release 0.4.4The changes from version 0.4.3 include:
Known bugs:
|
2009/03/19 | User Manual UpdateUploaded a new version of the manual with some updated screenshots and a new explanation of metadata collection. |
2009/03/17 | Release 0.4.3
|
2009/03/08 | Release 0.4.2This release needs a new session format. Throw away your old .session files.
|
2009/02/22 | Release 0.4.1
|
Prerelease 0.4The 0.4 Release will become the first beta when it is stable enough. It is useable for practical work for the ones that wants to engage with it. I dropped backwards compatibility with ghc-6.8 and it will only work with ghc-6.10. It requires gtk2hs 0.10. A release is available from the gtk2hs webside. |