File: control

package info (click to toggle)
haskell-mode 17.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,596 kB
  • sloc: lisp: 21,482; makefile: 104; sh: 59; objc: 13
file content (38 lines) | stat: -rw-r--r-- 1,147 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
32
33
34
35
36
37
38
Source: haskell-mode
Section: editors
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Barak A. Pearlmutter <bap@debian.org>
Rules-Requires-Root: no
Build-Depends:
    cabal-install,
    debhelper-compat (= 13),
    dh-elpa,
    ghc,
    git,
    haskell-stack,
    install-info,
    texinfo
Standards-Version: 4.6.2
Homepage: https://github.com/haskell/haskell-mode
Vcs-Git: https://salsa.debian.org/emacsen-team/haskell-mode.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/haskell-mode
Testsuite: autopkgtest-pkg-elpa

Package: elpa-haskell-mode
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Suggests: stylish-haskell
Replaces: haskell-mode (<< 16.1-4)
Breaks: haskell-mode (<< 16.1-4), agda-mode (<< 2.3.2)
Recommends: ghc
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.