Re: [Haskell-cafe] ANN: Leksah 0.1 - Haskell IDE written in Haskell

2008-02-14 Thread Alistair Bayley
Leksah is written by me and published under a GPL-2 license. Leksah can be optained via Hackage: http://hackage.haskell.org/ Darcs development repository: http://code.haskell.org/leksah I just downloaded this from hackage and went through the usual Cabal ritual. The build fails with [16 of

Re: [Haskell-cafe] ANN: Leksah 0.1 - Haskell IDE written in Haskell

2008-02-14 Thread Alistair Bayley
On 14/02/2008, Alistair Bayley [EMAIL PROTECTED] wrote: src/IDE/Utils/File.hs:161:33: Couldn't match expected type `Either String String' against inferred type `String' Never mind; I've just realised this is because I have the latest dev version of Cabal installed. Alistair

Re: [Haskell-cafe] ANN: Leksah 0.1 - Haskell IDE written in Haskell

2008-02-14 Thread Dougal Stanton
On 14/02/2008, Alistair Bayley [EMAIL PROTECTED] wrote: I just downloaded this from hackage and went through the usual Cabal ritual. The build fails with Would I be better off getting straight from the darcs repo? I compiled from the darcs repo last night, which worked fine. --

Re: [Haskell-cafe] ANN: Leksah 0.1 - Haskell IDE written in Haskell

2008-02-14 Thread Brent Yorgey
On Wed, Feb 13, 2008 at 2:46 AM, Jürgen Nicklisch-Franken [EMAIL PROTECTED] wrote: I'm pleased to announce the first release of Leksah, an IDE for Haskell written in Haskell. Leksah is intended as a practical tool to support the Haskell development process. Is there a development listserv

Re: [Haskell-cafe] ANN: Leksah 0.1 - Haskell IDE written in Haskell

2008-02-14 Thread Jürgen Nicklisch-Franken
Currently their is no mailing list and no bug tracker. Until yesterday it was a one person - I do it inbetween project. If others like to contribute, which would be great, I think about writing a short one page developers intro. Jürgen Am Donnerstag, den 14.02.2008, 10:44 -0500 schrieb

Re: [Haskell-cafe] ANN: Leksah 0.1 - Haskell IDE written in Haskell

2008-02-14 Thread Don Stewart
byorgey: On Wed, Feb 13, 2008 at 2:46 AM, Juergen Nicklisch-Franken [EMAIL PROTECTED] wrote: I'm pleased to announce the first release of Leksah, an IDE for Haskell written in Haskell. Leksah is intended as a practical tool to support the Haskell development process.

Re: [Haskell-cafe] ANN: Leksah 0.1 - Haskell IDE written in Haskell

2008-02-13 Thread Justin Bailey
That looks really cool and I'd like to try it out. Can you provide links to these packages? gtk =0.9.12, glib =0.9.12, sourceview =0.9.12, binary =0.4.1 I just don't have time to track them down myself ... Justin ___ Haskell-Cafe mailing list

Re: [Haskell-cafe] ANN: Leksah 0.1 - Haskell IDE written in Haskell

2008-02-13 Thread Antoine Latter
The package `binary' should be on hackage.haskell.org. The others can be found in gtk2hs, I think: http://www.haskell.org/gtk2hs/ Antoine On Feb 13, 2008 11:52 AM, Justin Bailey [EMAIL PROTECTED] wrote: That looks really cool and I'd like to try it out. Can you provide links to these

Re: [Haskell-cafe] ANN: Leksah 0.1 - Haskell IDE written in Haskell

2008-02-13 Thread Austin Seipp
gtk =0.9.12, glib =0.9.12, sourceview =0.9.12, These are all apart of gtk2hs: http://haskell.org/gtk2hs/ For my build on Linux I had to pass a --enable-sourceview option to ./configure so that the sourceview package was picked up and built, but I figure it's probably picked up

[Haskell-cafe] ANN: Leksah 0.1 - Haskell IDE written in Haskell

2008-02-12 Thread Jürgen Nicklisch-Franken
I'm pleased to announce the first release of Leksah, an IDE for Haskell written in Haskell. Leksah is intended as a practical tool to support the Haskell development process. This is an unfinished pre-release with bugs and open ends. However, I decided to make a first announcement,