File: control

package info (click to toggle)
haskell-mode 2.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 504 kB
  • ctags: 315
  • sloc: lisp: 3,790; makefile: 70; haskell: 20; sh: 19
file content (23 lines) | stat: -rw-r--r-- 832 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: haskell-mode
Section: devel
Priority: optional
Maintainer:  Isaac Jones <ijones@debian.org>
Standards-Version: 3.6.1.0

Package: haskell-mode
Architecture: all
Depends: emacs21 | xemacs21 | emacsen, debconf
Suggests: hugs, ghc5, ghc6, nhc98
Description: A major mode for editing Haskell in Emacs
 A major mode for editing Haskell (the functional
 programming language) in Emacs.
 .
 Major features:
  -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 and ghci Interaction: Allows interaction with Haskell interpreters.