summaryrefslogtreecommitdiff
path: root/p/haskell-concrete-typerep/debian/control
blob: f4831b87cc3172996baa41d033a17602ae2c4fb2 (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
Source: haskell-concrete-typerep
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Masayuki Hatta <mhatta@debian.org>
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
 haskell-devscripts (>= 0.9),
 cdbs,
 ghc,
 ghc-prof,
 libghc-hashable-dev (<< 1.3),
 libghc-hashable-prof (<< 1.3),
Build-Depends-Indep: ghc-doc,
 libghc-hashable-doc (<< 1.3),
Standards-Version: 3.9.3
Homepage: http://hackage.haskell.org/package/concrete-typerep
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-concrete-typerep
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-concrete-typerep

Package: libghc-concrete-typerep-dev
Architecture: any
Depends: ${shlibs:Depends},
 ${haskell:Depends},
 ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
Description: Binary and Hashable instances for TypeRep in Haskell${haskell:ShortBlurb}
 This Haskell library provides Binary and Hashable instances for TypeRep.
 .
 This package contains the normal library files.

Package: libghc-concrete-typerep-prof
Architecture: any
Depends: ${haskell:Depends},
 ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
Description: Binary and Hashable instances for TypeRep in Haskell${haskell:ShortBlurb}
 This Haskell library provides Binary and Hashable instances for TypeRep.
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-concrete-typerep-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
 ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Description: Binary and Hashable instances for TypeRep${haskell:ShortBlurb}
 This Haskell library provides Binary and Hashable instances for TypeRep.
 .
 This package contains the documentation files.