Announce: Leksah 0.13.1 (a bit experimental)

This has mostly bug fixes, GHC 7.4.2, GHC 7.6.1 and Gtk3 support. I have not uploaded it to Hackage as it uses Gtk2Hs patches that are not in Hackage. New features include "View->Dark" (OS X only) and "View->Fullscreen". OS X (using Gtk3) ----------------- Choose the version that matches your installed GHC http://leksah.org/packages/leksah-0.13.1.0-ghc-7.0.3.dmg http://leksah.org/packages/leksah-0.13.1.0-ghc-7.0.4.dmg http://leksah.org/packages/leksah-0.13.1.0-ghc-7.4.1.dmg http://leksah.org/packages/leksah-0.13.1.0-ghc-7.4.2.dmg http://leksah.org/packages/leksah-0.13.1.0-ghc-7.6.1.dmg (probable needs OS X 10.7) Windows (still Gtk2) -------------------- Choose the version that matches your installed GHC http://leksah.org/packages/leksah-0.13.1.0-ghc-7.0.3.exe http://leksah.org/packages/leksah-0.13.1.0-ghc-7.0.4.exe http://leksah.org/packages/leksah-0.13.1.0-ghc-7.4.1.exe http://leksah.org/packages/leksah-0.13.1.0-ghc-7.4.2.exe Linux ----- Follow the steps in the .travis.yml file... https://github.com/leksah/leksah/blob/master/.travis.yml Should go something like this... https://travis-ci.org/leksah/leksah

I fixed some annoying issues with 0.13.1.0 and
added "Panes->HLint".
OS X (using Gtk3)
-----------------
Choose the version that matches your installed GHC
http://leksah.org/packages/leksah-0.13.1.1-ghc-7.0.3.dmg
http://leksah.org/packages/leksah-0.13.1.1-ghc-7.0.4.dmg
http://leksah.org/packages/leksah-0.13.1.1-ghc-7.4.1.dmg
http://leksah.org/packages/leksah-0.13.1.1-ghc-7.4.2.dmg
http://leksah.org/packages/leksah-0.13.1.1-ghc-7.6.1.dmg
(probable needs OS X 10.7)
Windows (still Gtk2)
--------------------
Choose the version that matches your installed GHC
http://leksah.org/packages/leksah-0.13.1.1-ghc-7.0.3.exe
http://leksah.org/packages/leksah-0.13.1.1-ghc-7.0.4.exe
http://leksah.org/packages/leksah-0.13.1.1-ghc-7.4.1.exe
http://leksah.org/packages/leksah-0.13.1.1-ghc-7.4.2.exe
http://leksah.org/packages/leksah-0.13.1.1-ghc-7.6.1.exe
On 6 Jan 2013, at 15:16, Hamish Mackenzie
This has mostly bug fixes, GHC 7.4.2, GHC 7.6.1 and Gtk3 support.
I have not uploaded it to Hackage as it uses Gtk2Hs patches that are not in Hackage.
New features include "View->Dark" (OS X only) and "View->Fullscreen".
Linux ----- Follow the steps in the .travis.yml file... https://github.com/leksah/leksah/blob/master/.travis.yml Should go something like this... https://travis-ci.org/leksah/leksah

Thank you kindly for this release! System-wide package metadata is working with my platform install now. :) Cheers, d On Sun, Jan 6, 2013 at 9:34 PM, Hamish Mackenzie < hamish.k.mackenzie@gmail.com> wrote:
I fixed some annoying issues with 0.13.1.0 and added "Panes->HLint".
OS X (using Gtk3) ----------------- Choose the version that matches your installed GHC http://leksah.org/packages/leksah-0.13.1.1-ghc-7.0.3.dmg http://leksah.org/packages/leksah-0.13.1.1-ghc-7.0.4.dmg http://leksah.org/packages/leksah-0.13.1.1-ghc-7.4.1.dmg http://leksah.org/packages/leksah-0.13.1.1-ghc-7.4.2.dmg http://leksah.org/packages/leksah-0.13.1.1-ghc-7.6.1.dmg (probable needs OS X 10.7)
Windows (still Gtk2) -------------------- Choose the version that matches your installed GHC http://leksah.org/packages/leksah-0.13.1.1-ghc-7.0.3.exe http://leksah.org/packages/leksah-0.13.1.1-ghc-7.0.4.exe http://leksah.org/packages/leksah-0.13.1.1-ghc-7.4.1.exe http://leksah.org/packages/leksah-0.13.1.1-ghc-7.4.2.exe http://leksah.org/packages/leksah-0.13.1.1-ghc-7.6.1.exe
On 6 Jan 2013, at 15:16, Hamish Mackenzie
wrote: This has mostly bug fixes, GHC 7.4.2, GHC 7.6.1 and Gtk3 support.
I have not uploaded it to Hackage as it uses Gtk2Hs patches that are not in Hackage.
New features include "View->Dark" (OS X only) and "View->Fullscreen".
Linux ----- Follow the steps in the .travis.yml file... https://github.com/leksah/leksah/blob/master/.travis.yml Should go something like this... https://travis-ci.org/leksah/leksah
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Hi Hamish, would it be possible to get an update for process-leksah that works with recent versions of the 'filepath' package? I cannot build leksah-server with GCC 7.4.2 because of this issue. Take care, Peter

Features in process-leksah have been merged into process. For
newer versions of GHC leksah-server just depends on process.
If it is trying to install process-leksah then something else
has probably gone wrong.
Check "ghc-pkg list" for old versions of leksah. Make sure
you have the latest versions of ltk, leksah and leksah-server
from github. (if you use cabal-meta they will be in
the "leksah/vendor" subdirectory).
Here are the steps for installing from scratch...
https://github.com/leksah/leksah/blob/master/.travis.yml
Here is what it should look like when it installs...
https://travis-ci.org/leksah/leksah
On 8 Jan 2013, at 07:25, Peter Simons
Hi Hamish,
would it be possible to get an update for process-leksah that works with recent versions of the 'filepath' package? I cannot build leksah-server with GCC 7.4.2 because of this issue.
Take care, Peter
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Hi Hamish,
Features in process-leksah have been merged into process. For newer versions of GHC leksah-server just depends on process.
I trust this applies to the unreleased beta version that you just announced, right? (The latest release versions still seem to depend on process-leksah.) In that case, I'll try again building Leksah once the new version is available from Hackage. Thank you for the quick response! Peter

I used the MinGW32 RPMs included in Fedora to get Gtk3 working on Windows. So no more Gtk2 unless you really want it (in which case use -f-gtk3 when building). Issue with "Pane -> HLint" not working in the binary versions should be fixed with these too. OS X ---- Choose the version that matches your installed GHC http://leksah.org/packages/leksah-0.13.1.2-ghc-7.0.3.dmg http://leksah.org/packages/leksah-0.13.1.2-ghc-7.0.4.dmg http://leksah.org/packages/leksah-0.13.1.2-ghc-7.4.1.dmg http://leksah.org/packages/leksah-0.13.1.2-ghc-7.4.2.dmg http://leksah.org/packages/leksah-0.13.1.2-ghc-7.6.1.dmg (probable needs OS X 10.7) Windows ------- Choose the version that matches your installed GHC http://leksah.org/packages/leksah-0.13.1.2-ghc-7.0.3.exe http://leksah.org/packages/leksah-0.13.1.2-ghc-7.0.4.exe http://leksah.org/packages/leksah-0.13.1.2-ghc-7.4.1.exe http://leksah.org/packages/leksah-0.13.1.2-ghc-7.4.2.exe http://leksah.org/packages/leksah-0.13.1.2-ghc-7.6.1.exe Linux ----- Follow the steps in the .travis.yml file... https://github.com/leksah/leksah/blob/master/.travis.yml Should go something like this... https://travis-ci.org/leksah/leksah
participants (4)
-
Darren Grant
-
Hamish Mackenzie
-
Hamish Mackenzie
-
Peter Simons