File: control

package info (click to toggle)
haskell-mode 2.4-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 436 kB
  • ctags: 315
  • sloc: lisp: 4,455; haskell: 134; makefile: 40; sh: 32
file content (22 lines) | stat: -rw-r--r-- 666 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
Source: haskell-mode
Section: devel
Priority: optional
Maintainer:  Petr Rockai <mornfall@debian.org>
Uploaders: Isaac Jones <ijones@debian.org>
Build-Depends: debhelper (>= 5), cdbs
Standards-Version: 3.7.2

Package: haskell-mode
Architecture: all
Depends: emacs22 | xemacs22 | emacsen
Recommends: ghc6 | hugs
Description: A major mode for editing Haskell in Emacs
 A major mode for editing Haskell (the functional
 programming language) in Emacs.
 .
 Major features:
  - syntax highlighting (font lock),
  - automatic indentation,
  - on-the-fly documentation,
  - interaction with inferior ghci or hugs instance,
  - scans declarations and places them in a menu.