head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.12.01.12.55.47;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2004.03.06.21.53.20;	author obraun;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.8.0

PR:		ports/152726
Submitted by:	Hirohisa Yamaguchi <umq@@ueo.co.jp> (maintainer)
@
text
@Haskell-mode is a major Emacs mode for editing Haskell source code. It
provides syntax highlighting and automatic indentation and comes with
inf-haskell which allows interaction with an inferior Haskell interactive
loop such as the one of Hugs or GHCi.

Note that if you want to use haskell-mode under XEmacs, you should
install editors/xemacs-packages instead.

WWW: http://projects.haskell.org/haskellmode-emacs/
@


1.1
log
@Add haskell-mode.el 1.44, an Emacs lisp mode for editing haskell programs.

PR:		ports/63813
Submitted by:	Josh Elsasser <jre@@vineyard.net>
@
text
@d1 4
a4 13
An Emacs lisp mode for editing haskell programs which is very basic,
but provides a base on which to build modules.  The currently
supported modules are:

    * Font Locking: Colours keywords, comments, strings, etc.
    * Declaration Scanning: Scans declarations and places them in a
      menu.
    * Documentation: Echoes types of functions or syntax of keywords
      when the cursor is idle.
    * Indentation: Provides semi-automatic intelligent indentation.
    * Simple Indentation: Provides simple indentation.
    * Hugs Interaction: Allows interaction with the Hugs interpreter.
    * GHCi Interaction: Allows interaction with the GHCi interpreter.
d9 1
a9 1
WWW: http://www.haskell.org/haskell-mode/
@

