File: control

package info (click to toggle)
haskell-mode 2.7.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 504 kB
  • ctags: 395
  • sloc: lisp: 5,431; haskell: 134; sh: 32; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 685 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: haskell
Priority: optional
Maintainer:  Petr Rockai <mornfall@debian.org>
Uploaders: Isaac Jones <ijones@debian.org>
Build-Depends: debhelper (>= 5), cdbs
Standards-Version: 3.8.3

Package: haskell-mode
Architecture: all
Depends: emacs22 | xemacs22 | emacsen, ${misc:Depends}
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.