File: control

package info (click to toggle)
haskell-mode 16.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,744 kB
  • ctags: 1,649
  • sloc: lisp: 25,071; makefile: 102; sh: 101; objc: 13
file content (31 lines) | stat: -rw-r--r-- 1,091 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
24
25
26
27
28
29
30
31
Source: haskell-mode
Section: haskell
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Barak A. Pearlmutter <bap@debian.org>,
	   David Bremner <bremner@debian.org>
Build-Depends: debhelper (>= 10),
	install-info,
	emacs | emacs25 | emacs24 | emacs-snapshot,
	texinfo
Standards-Version: 3.9.8
Homepage: https://github.com/haskell/haskell-mode
Vcs-Git: git://anonscm.debian.org/collab-maint/haskell-mode.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/haskell-mode.git

Package: haskell-mode
Architecture: all
Depends: emacs25 | emacs24 | emacs-snapshot | emacs, ${misc:Depends}
Suggests: stylish-haskell
Breaks: agda-mode (<< 2.3.2)
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.