File: control

package info (click to toggle)
haskell-mode 1.4.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 348 kB
  • ctags: 272
  • sloc: lisp: 3,388; makefile: 36; sh: 24; haskell: 20
file content (23 lines) | stat: -rw-r--r-- 815 bytes parent folder | download
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: Antti-Juhani Kaijanaho <ajk@debian.org>
Standards-Version: 3.5.6

Package: haskell-mode
Architecture: all
Depends: emacs20 | xemacs21 | emacsen, debconf
Suggests: hugs, ghc5
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 Interaction: Allows interaction with the Hugs interpreter.