File: control

package info (click to toggle)
haskell-mode 2.8.0-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 508 kB
  • sloc: lisp: 5,526; haskell: 134; sh: 39; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 718 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>, David Bremner <bremner@debian.org>
Build-Depends: debhelper (>= 5), cdbs
Standards-Version: 3.9.3

Package: haskell-mode
Architecture: all
Depends: emacs23 | xemacs21 | emacsen, ${misc:Depends}
Recommends: ghc | hugs
Description: 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.