[Haskell-cafe] IDE support
David House
dmhouse at gmail.com
Mon Apr 23 03:44:13 EDT 2007
On 22/04/07, Philipp Volgger <pvolgger at gmail.com> wrote:
> What IDE support is available for Haskell (Visuall Haskell, EclipseFP),
> anything else?
There is pretty decent Emacs support. haskell-mode [1] provides the
basis of this support. There are Emacs Lisp libraries for Haskell
indentation, Haskell syntax highlighting, and many other things. Make
sure you read the notes on the Haskellwiki [2], as they contain a lot
of helpful hints for getting the best out of the mode.
There are also libraries for integration of common Haskell tools like
hoogle [3] and hpaste [4] in the form of hoogle.el [5] and hpaste.el
[6].
Enjoy!
[1]: http://www.haskell.org/haskell-mode/
[2]: http://haskell.org/haskellwiki/Haskell_mode_for_Emacs
[3]: http://haskell.org/hoogle
[4]: http://hpaste.org
[5]: http://haskell.org/haskellwiki/Hoogle.el
[6]: http://haskell.org/haskellwiki/Hpaste.el
--
-David House, dmhouse at gmail.com
More information about the Haskell-Cafe
mailing list