summaryrefslogtreecommitdiff
path: root/p/hasktags/debian/control
blob: e42c2c2e20a01cd8c8b957bdff40100f4958127d (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
Source: hasktags
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>
Build-Depends: debhelper (>= 9)
  , cdbs
  , haskell-devscripts (>= 0.8.15)
  , ghc
  , ghc-prof
  , libghc-json-dev (>= 0.5)
  , libghc-json-dev (<< 0.8)
  , libghc-utf8-string-dev
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/hasktags
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/hasktags
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/hasktags

Package: hasktags
Architecture: any
Depends: ${haskell:Depends}
  , ${shlibs:Depends}
  , ${misc:Depends}
Description: Producer of ctags "tags" and etags "TAGS" files for Haskell programs
 This package provides the hasktags program, which provides ctags "tags" and
 etags "TAGS" files for Haskell programs.