Google Grup tidak lagi mendukung postingan atau langganan Usenet baru. Konten lama masih dapat dilihat.

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

2 kali dilihat
Langsung ke pesan pertama yang belum dibaca

Jürgen Nicklisch-Franken

belum dibaca,
13 Feb 2008, 02.46.5713/02/08
kepadahaskel...@haskell.org
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, hoping
that Leksah may already be interesting and useful.

Leksah uses GTK+ as GUI Toolkit with the gtk2hs binding. It is
platform independent and should run on any platform where GTK+, gtk2hs
and GHC can be installed. I have tested it on Windows and Linux.
It only supports GHC.

Features:
* jumping to code every and anywhere
* integration of cabal build
* source candy
* keymaps
* configurable window
* ...

Some rudimentary documentation can be found in the doc/ subdirectory.

Author and availability:

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

Juergen

_______________________________________________
Haskell-Cafe mailing list
Haskel...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Justin Bailey

belum dibaca,
13 Feb 2008, 12.53.2713/02/08
kepadaJürgen Nicklisch-Franken, haskel...@haskell.org
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

Antoine Latter

belum dibaca,
13 Feb 2008, 13.32.4013/02/08
kepadaJustin Bailey, Jürgen Nicklisch-Franken, haskel...@haskell.org
The package `binary' should be on hackage.haskell.org.

The others can be found in gtk2hs, I think: http://www.haskell.org/gtk2hs/

Antoine

Austin Seipp

belum dibaca,
14 Feb 2008, 00.11.5914/02/08
kepadahaskell-cafe@haskell.org Cafe
> 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 automatically if installed.
On windows, I have no idea if the installer carries these things with it.

> binary >=0.4.1

Binary can be found on hackage:

http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary

--
"It was in the days of the rains that their prayers went up,
not from the fingering of knotted prayer cords or the spinning
of prayer wheels, but from the great pray-machine in the
monastery of Ratri, goddess of the Night."
Roger Zelazny

Alistair Bayley

belum dibaca,
14 Feb 2008, 06.15.3214/02/08
kepadaJürgen Nicklisch-Franken, haskel...@haskell.org
> 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 41] Compiling IDE.Utils.File ( src/IDE/Utils/File.hs,
dist\build\leksah\leksah-tmp/IDE/Utils/File.o )

src/IDE/Utils/File.hs:161:33:
Couldn't match expected type `Either String String'
against inferred type `String'
In the expression:
if takeExtension fp == ".lhs" then unlit fp str else str
In the definition of `str'':
str' = if takeExtension fp == ".lhs" then unlit fp str else str
In the expression:
if exists then
do str <- readFile fp
let str' = ...
let parseRes = ...
....
else
return Nothing


Would I be better off getting straight from the darcs repo?

Alistair

Brent Yorgey

belum dibaca,
14 Feb 2008, 10.45.2614/02/08
kepadaJürgen Nicklisch-Franken, haskel...@haskell.org
On Wed, Feb 13, 2008 at 2:46 AM, Jürgen Nicklisch-Franken <j...@arcor.de>
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 for leksah? And what about a bug tracker?

-Brent

Jürgen Nicklisch-Franken

belum dibaca,
14 Feb 2008, 13.24.5814/02/08
kepadaBrent Yorgey, haskel...@haskell.org
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

_______________________________________________

Don Stewart

belum dibaca,
14 Feb 2008, 20.07.0414/02/08
kepadaBrent Yorgey, Jürgen Nicklisch-Franken, haskel...@haskell.org
byorgey:

> On Wed, Feb 13, 2008 at 2:46 AM, Juergen Nicklisch-Franken
> <[1]j...@arcor.de> 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 for leksah? And what about a bug tracker?
>

Should be pretty cheap to create a bug tracker on google's bug tracker
site, as xmonad does. then link to it from the wiki page.

0 pesan baru