summaryrefslogtreecommitdiff
path: root/p/haskell-regex-posix/debian/control
blob: 6fb1f2ba174d3f30b5201fd4fcede2d9ffb3ff6d (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: haskell-regex-posix
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>
Build-Depends:
 cdbs,
 debhelper (>= 9),
 haskell-devscripts (>= 0.9),
 cpphs,
 ghc,
 ghc-prof,
 ghc-doc,
 libghc-regex-base-dev (>= 0.93.1),
 libghc-regex-base-prof,
 libghc-regex-base-doc
Standards-Version: 3.9.4
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-posix/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-posix
Homepage: http://sourceforge.net/projects/lazy-regex

Package: libghc-regex-posix-dev
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: GHC library of the POSIX regex backend for regex-base
 A library containing a POSIX regular expression backend conforming to
 the interface API of regex-base.
 .
 This package contains the libraries for use with GHC.

Package: libghc-regex-posix-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: GHC profiling library of the POSIX regex backend for regex-base
 A library containing a POSIX regular expression backend conforming to
 the interface API of regex-base.
 .
 This package contains additional profiling libraries which can be
 used with ghc-prof.

Package: libghc-regex-posix-doc
Replaces: haskell-regex-posix-doc (<< 0.93.2-6)
Conflicts: haskell-regex-posix-doc (<< 0.93.2-6)
Provides: haskell-regex-posix-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${haskell:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Description: API documentation for regex-posix Haskell library
 A library containing a POSIX regular expression backend conforming to
 the interface API of regex-base.
 .
 This package contains the API documentation of the library.