* Support for GHC 7.2 and 7.4 * Better handling of navigation from text panes * Addition of a Files pane * Support for "cabal test" * Better printer for cabal files (when Leksah is built with Cabal >1.10) * Better candy support for literal Haskell * Syntax highlighting for quasi-quoted hamlet, julius and cassius (DSLs used in Yesod) * Several bug fixes and optimizations
Thanks to Sanny Sanoff for improving some of the keyboard navigation and symbol searching among other things.
Thanks to Harald Jagenteufel and Stephan Fortelny we have basic source control integration (git,svn) in a repo branch, but it is not part of this release. We hope to merge this in soon.
Work has been progressing on a major restructuring of Leksah to make it a modular plugin based system from the ground up. It is a big task and there is still more to do. Unfortunately this has meant we have spent less time adding features.
I am now trying to install Leksah from upstream source but cannot build one of it's dependencies (glib). I guess building Leksah with GHC-7.4.1 will require some of its dependencies to be fixed first.
Great news about the Leksah release (love Leksah!).
However, I have a mix of Macs, including an old 32-bit Core Duo Intel
(MacBook Pro) that has to run Snow Leopard rather than Lion.
Leksah 0.10.0.4 runs fine on this machine, but 0.12.0.0 won't run
because of a library dependency (see below).
Not sure if this is an oversight, or if 0.12.0.0 will now only run on
a later OS.
Date/Time: 2012-02-28 09:16:09.647 -0800
OS Version: Mac OS X Server 10.6.8 (10K549)
Report Version: 6
Interval Since Last Report: 2044687 sec
Crashes Since Last Report: 18
Per-App Crashes Since Last Report: 6
Anonymous UUID: F5AC4EF3-C60F-4BD9-
A8AD-645D825C7CE8
> * Support for GHC 7.2 and 7.4
> * Better handling of navigation from text panes
> * Addition of a Files pane
> * Support for "cabal test"
> * Better printer for cabal files (when Leksah is built with Cabal >1.10)
> * Better candy support for literal Haskell
> * Syntax highlighting for quasi-quoted hamlet, julius and cassius (DSLs used in Yesod)
> * Several bug fixes and optimizations
> Thanks to Sanny Sanoff for improving some of the keyboard navigation and symbol searching among other things.
> Thanks to Harald Jagenteufel and Stephan Fortelny we have basic source control integration (git,svn) in a repo branch, but it is not part of this release. We hope to merge this in soon.
> Work has been progressing on a major restructuring of Leksah to make it a modular plugin based system from the ground up. It is a big task and there is still more to do. Unfortunately this has meant we have spent less time adding features.
If I try to install gtksourceview2 on its own, I get an error complaining that "the package-cfg package gtk-sourceview-2.0 is not installed". Looks like I have libgtksourceview2.0 on my system... how can I check to see if it is version 2.0.2 or higher? And how can I update it?
Any help would be appreciated. I would love to be able to give Leksah a try on my Linux box. Thanks.
lyle@lyle-ubuntu:~/work/leksah$ cabal install gtksourceview2 Resolving dependencies... [1 of 2] Compiling SetupWrapper ( /tmp/gtksourceview2-0.12.321988/gtksourceview2-0.12.3/SetupWrapper.hs, /tmp/gtksourceview2-0.12.321988/gtksourceview2-0.12.3/dist/setup/SetupWrapp er.o ) [2 of 2] Compiling Main ( /tmp/gtksourceview2-0.12.321988/gtksourceview2-0.12.3/Setup.hs, /tmp/gtksourceview2-0.12.321988/gtksourceview2-0.12.3/dist/setup/Main.o ) Linking /tmp/gtksourceview2-0.12.321988/gtksourceview2-0.12.3/dist/setup/setup ... [1 of 2] Compiling Gtk2HsSetup ( Gtk2HsSetup.hs, dist/setup-wrapper/Gtk2HsSetup.o ) [2 of 2] Compiling Main ( SetupMain.hs, dist/setup-wrapper/Main.o ) Linking dist/setup-wrapper/setup ... Configuring gtksourceview2-0.12.3... setup: The pkg-config package gtksourceview-2.0 version >=2.0.2 is required but it could not be found. cabal: Error: some packages failed to install: gtksourceview2-0.12.3 failed during the configure step. The exception was: ExitFailure 1
> If I try to install gtksourceview2 on its own, I get an error complaining
> that "the package-cfg package gtk-sourceview-2.0 is not installed". Looks
> like I have libgtksourceview2.0 on my system... how can I check to see if
> it is version 2.0.2 or higher? And how can I update it?
> Any help would be appreciated. I would love to be able to give Leksah a try
> on my Linux box. Thanks.
> lyle@lyle-ubuntu:~/work/leksah$ cabal install gtksourceview2
> Resolving dependencies...
> [1 of 2] Compiling SetupWrapper (
> /tmp/gtksourceview2-0.12.321988/gtksourceview2-0.12.3/SetupWrapper.hs,
> /tmp/gtksourceview2-0.12.321988/gtksourceview2-0.12.3/dist/setup/SetupWrapp er.o
> )
> [2 of 2] Compiling Main (
> /tmp/gtksourceview2-0.12.321988/gtksourceview2-0.12.3/Setup.hs,
> /tmp/gtksourceview2-0.12.321988/gtksourceview2-0.12.3/dist/setup/Main.o )
> Linking
> /tmp/gtksourceview2-0.12.321988/gtksourceview2-0.12.3/dist/setup/setup ...
> [1 of 2] Compiling Gtk2HsSetup ( Gtk2HsSetup.hs,
> dist/setup-wrapper/Gtk2HsSetup.o )
> [2 of 2] Compiling Main ( SetupMain.hs,
> dist/setup-wrapper/Main.o )
> Linking dist/setup-wrapper/setup ...
> Configuring gtksourceview2-0.12.3...
> setup: The pkg-config package gtksourceview-2.0 version >=2.0.2 is required
> but it could not be found.
> cabal: Error: some packages failed to install:
> gtksourceview2-0.12.3 failed during the configure step. The exception was:
> ExitFailure 1
> Great news about the Leksah release (love Leksah!).
> However, I have a mix of Macs, including an old 32-bit Core Duo Intel > (MacBook Pro) that has to run Snow Leopard rather than Lion. > Leksah 0.10.0.4 runs fine on this machine, but 0.12.0.0 won't run > because of a library dependency (see below). > Not sure if this is an oversight, or if 0.12.0.0 will now only run on > a later OS.
> Date/Time: 2012-02-28 09:16:09.647 -0800 > OS Version: Mac OS X Server 10.6.8 (10K549) > Report Version: 6
> Interval Since Last Report: 2044687 sec > Crashes Since Last Report: 18 > Per-App Crashes Since Last Report: 6 > Anonymous UUID: F5AC4EF3-C60F-4BD9- > A8AD-645D825C7CE8
> Dyld Error Message: > Library not loaded: /usr/lib/libcurl.4.dylib > Referenced from: /Applications/NewLeksah.app/Contents/Resources/bin/ > leksah > Reason: Incompatible library version: leksah requires version 7.0.0 > or later, but libcurl.4.dylib provides version 6.0.0
> On Feb 26, 4:28 am, Hamish Mackenzie > <hamish.k.macken...@googlemail.com> wrote: >> If all goes well, we will be releasing 0.12 version of Leksah next weekend.
>> If you have time, can you please kick the tires?
>> * Support for GHC 7.2 and 7.4 >> * Better handling of navigation from text panes >> * Addition of a Files pane >> * Support for "cabal test" >> * Better printer for cabal files (when Leksah is built with Cabal >1.10) >> * Better candy support for literal Haskell >> * Syntax highlighting for quasi-quoted hamlet, julius and cassius (DSLs used in Yesod) >> * Several bug fixes and optimizations
>> Thanks to Sanny Sanoff for improving some of the keyboard navigation and symbol searching among other things.
>> Thanks to Harald Jagenteufel and Stephan Fortelny we have basic source control integration (git,svn) in a repo branch, but it is not part of this release. We hope to merge this in soon.
>> Work has been progressing on a major restructuring of Leksah to make it a modular plugin based system from the ground up. It is a big task and there is still more to do. Unfortunately this has meant we have spent less time adding features.
> Lyle, > since I had previously the same error I can give you the hint to do:
> sudo apt-get install libgtksourceview-dev
> This is the c code which is needed by Leksah. > Good luck > Hartmut
> On 29 Feb., 00:47, "Kopnicky, Lyle" <l...@janrain.com> wrote: > > If I try to install gtksourceview2 on its own, I get an error complaining > > that "the package-cfg package gtk-sourceview-2.0 is not installed". Looks > > like I have libgtksourceview2.0 on my system... how can I check to see if > > it is version 2.0.2 or higher? And how can I update it?
> > Any help would be appreciated. I would love to be able to give Leksah a > try > > on my Linux box. Thanks.
> > Great news about the Leksah release (love Leksah!).
> > However, I have a mix of Macs, including an old 32-bit Core Duo Intel
> > (MacBook Pro) that has to run Snow Leopard rather than Lion.
> > Leksah 0.10.0.4 runs fine on this machine, but 0.12.0.0 won't run
> > because of a library dependency (see below).
> > Not sure if this is an oversight, or if 0.12.0.0 will now only run on
> > a later OS.
> > Dyld Error Message:
> > Library not loaded: /usr/lib/libcurl.4.dylib
> > Referenced from: /Applications/NewLeksah.app/Contents/Resources/bin/
> > leksah
> > Reason: Incompatible library version: leksah requires version 7.0.0
> > or later, but libcurl.4.dylib provides version 6.0.0
> > On Feb 26, 4:28 am, Hamish Mackenzie
> > <hamish.k.macken...@googlemail.com> wrote:
> >> If all goes well, we will be releasing 0.12 version of Leksah next weekend.
> >> If you have time, can you please kick the tires?
> >> * Support for GHC 7.2 and 7.4
> >> * Better handling of navigation from text panes
> >> * Addition of a Files pane
> >> * Support for "cabal test"
> >> * Better printer for cabal files (when Leksah is built with Cabal >1.10)
> >> * Better candy support for literal Haskell
> >> * Syntax highlighting for quasi-quoted hamlet, julius and cassius (DSLs used in Yesod)
> >> * Several bug fixes and optimizations
> >> Thanks to Sanny Sanoff for improving some of the keyboard navigation and symbol searching among other things.
> >> Thanks to Harald Jagenteufel and Stephan Fortelny we have basic source control integration (git,svn) in a repo branch, but it is not part of this release. We hope to merge this in soon.
> >> Work has been progressing on a major restructuring of Leksah to make it a modular plugin based system from the ground up. It is a big task and there is still more to do. Unfortunately this has meant we have spent less time adding features.