summaryrefslogtreecommitdiff
path: root/p/hothasktags/debian/control
blob: bae8c97200d21184afc88f2dbabc821f023522c5 (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
Source: hothasktags
Section: devel
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joey Hess <joeyh@debian.org>
Build-Depends: debhelper (>= 9)
  , ghc
  , libghc-src-exts-dev (>= 1.14)
  , libghc-src-exts-dev (<< 1.15)
  , cpphs (>= 1.11)
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/hothasktags
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/hothasktags
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/hothasktags

Package: hothasktags
Architecture: any
Depends: ${shlibs:Depends}
  , ${misc:Depends}
Description: Haskell ctags generator
 hothasktags generates ctags files for Haskell, with knowledge of
 import lists and qualified imports. It provides a smart go-to-definition
 for Vim, that almost always gets it right in the presence of multiple names
 from different modules.