summaryrefslogtreecommitdiff
path: root/p/ghc-mod/debian/control
blob: 2aff9198a9a0b1a6b9fd4782d7140e968a6f992e (plain)
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
Source: ghc-mod
Priority: extra
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Kiwamu Okabe <kiwamu@debian.or.jp>
Build-Depends: debhelper (>= 9),
               haskell-devscripts (>= 0.8.20),
               cdbs,
               ghc,
               ghc-ghci,
               libghc-convertible-dev,
               libghc-ghc-paths-dev,
               libghc-hlint-dev (>= 1.7.1),
               libghc-regex-posix-dev,
               libghc-transformers-dev,
               libghc-filemanip-dev,
               libghc-ghc-syb-utils-dev,
               libghc-io-choice-dev,
               libghc-syb-dev
Standards-Version: 3.9.5
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/ghc-mod
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/ghc-mod

Package: ghc-mod
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, haskell-mode,
	 ${haskell:ghc-version}
Description: Happy Haskell programming on Emacs
 This package includes Elisp files and a Haskell command, "ghc-mod".
 "ghc*.el" enable completion of Haskell symbols on Emacs.
 Flymake is also integrated. "ghc-mod" is a backend of "ghc*.el".
 It lists up all installed modules or extracts names of functions, classes,
 and data declarations.
 Note: This package DO NOT support xemacs*. Only for emacs*.