summaryrefslogtreecommitdiff
path: root/p/haskell-regex-base/debian/control
blob: 16b220e8bd041176f46afd3c9ce557a4e2d74f01 (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Source: haskell-regex-base
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>
Build-Depends:
 cpphs,
 cdbs,
 dpkg-dev (>= 1.13.19), 
 debhelper (>= 5.0.0),
 ghc6 (>= 6.10.4), 
 haskell-devscripts (>= 0.6.18), 
 libghc6-mtl-dev,
 libghc6-mtl-prof,
 ghc6-doc,
 haddock,
 hscolour,
 libghc6-mtl-doc,
Build-Depends-Indep:
 hugs,
 libhugs-mtl
Standards-Version: 3.8.3
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-base/
Homepage: http://sourceforge.net/projects/lazy-regex

Package: libghc6-regex-base-dev
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: GHC 6 library providing an API for regular expressions
 A library containing the interface API for the Haskell regular
 expressions library packages regex-posix, regex-pcre, regex-parsec,
 regex-tdfs, regex-dfa.
 .
 This package contains the libraries for use with GHC 6.

Package: libghc6-regex-base-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: GHC 6 profiling library providing an API for regular expressions
 A library containing the interface API for the Haskell regular
 expressions library packages regex-posix, regex-pcre, regex-parsec,
 regex-tdfs, regex-dfa.
 .
 This package contains additional profiling libraries which can be
 used with ghc6-prof.

Package: libhugs-regex-base
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}, libhugs-mtl
Suggests: ${haskell:Suggests}
Description: Hugs library providing an API for regular expressions
 A library containing the interface API for the Haskell regular
 expressions library packages regex-posix, regex-pcre, regex-parsec,
 regex-tdfs, regex-dfa.
 .
 This package contains the libraries for use with Hugs98.

Package: haskell-regex-base-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: doc-base, ghc6-doc, libghc6-mtl-doc
Description: API documentation for regex-base Haskell library
 A library containing the interface API for the Haskell regular
 expressions library packages regex-posix, regex-pcre, regex-parsec,
 regex-tdfs, regex-dfa.
 .
 This package contains the API documentation of the library.