head	1.4;
access;
symbols
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	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.4
date	2010.12.01.12.55.47;	author pav;	state dead;
branches;
next	1.3;

1.3
date	2008.02.05.04.57.09;	author anray;	state Exp;
branches;
next	1.2;

1.2
date	2006.01.25.17.50.07;	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.4
log
@- Update to 2.8.0

PR:		ports/152726
Submitted by:	Hirohisa Yamaguchi <umq@@ueo.co.jp> (maintainer)
@
text
@To use haskell-mode in Emacs, add the following lines to your ~/.emacs:

(setq auto-mode-alist
      (append auto-mode-alist
              '(("\\.[hg]s$"  . haskell-mode)
                ("\\.hi$"     . haskell-mode)
                ("\\.l[hg]s$" . literate-haskell-mode))))
(autoload 'haskell-mode "haskell-mode"
   "Major mode for editing Haskell scripts." t)
(autoload 'literate-haskell-mode "haskell-mode"
   "Major mode for editing literate Haskell scripts." t)

Add the following lines according to which modules you want to use:

(add-hook 'haskell-mode-hook 'turn-on-haskell-decl-scan)
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-ghci)
(add-hook 'haskell-mode-hook 'turn-on-haskell-hugs)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
(add-hook 'haskell-mode-hook 'turn-on-haskell-simple-indent)
(add-hook 'haskell-mode-hook 'turn-on-font-lock)

Note that the two indentation modules are mutually exclusive - add at
most one.
@


1.3
log
@- Update to 2.4
- Makefile cleanup
- Update pkg-message.

PR:		ports/120279
Submitted by:	Felippe de Meirelles Motta <lippemail@@gmail.com>
Approved by:	Hirohisa Yamaguchi (maintainer)
@
text
@@


1.2
log
@- Update to 2.1
- Drop maintainership

PR:		ports/91934
Submitted by:	Hirohisa Yamaguchi <umq@@ueo.co.jp>
Approved by:	Josh Elsasser <joshe@@vineyard.net> (maintainer)
@
text
@d17 2
d20 1
a20 1
;(add-hook 'haskell-mode-hook 'turn-on-haskell-simple-indent)
@


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
@a14 1
(add-hook 'haskell-mode-hook 'turn-on-haskell-font-lock)
d19 1
a19 1
(add-hook 'haskell-mode-hook 'turn-on-haskell-hugs)
@

