summaryrefslogtreecommitdiff
path: root/debian/control
blob: a8eeed034f1c72ae1553f91a2e202d4be221ae5c (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
Source: haskell-openpgp-util
Maintainer: Joe Crayne <joe@jerkface.net>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 7.0)
               , haskell-devscripts (>= 0.8)
               , cdbs
               , ghc
               , ghc-prof
               , libghc-base-dev (>= 4) | ghc
               , libghc-base-dev (<< 5) | ghc
               , libghc-base-prof (>= 4) | ghc-prof
               , libghc-base-prof (<< 5) | ghc-prof
               , libghc-binary-dev (>= 0.5.1.0) | ghc
               , libghc-binary-prof (>= 0.5.1.0) | ghc-prof
               , libghc-byteable-dev
               , libghc-byteable-prof
               , libghc-bytestring-dev | ghc
               , libghc-bytestring-prof | ghc-prof
               , libghc-cipher-aes-dev (>= 0.2.5)
               , libghc-cipher-aes-prof (>= 0.2.5)
               , libghc-cipher-blowfish-dev
               , libghc-cipher-blowfish-prof
               , libghc-cipher-cast5-dev
               , libghc-cipher-cast5-prof
               , libghc-crypto-cipher-types-dev (>= 0.0.7)
               , libghc-crypto-cipher-types-prof (>= 0.0.7)
               , libghc-crypto-pubkey-dev (>= 0.2.3)
               , libghc-crypto-pubkey-prof (>= 0.2.3)
               , libghc-crypto-pubkey-types-dev (>= 0.4.1)
               , libghc-crypto-pubkey-types-prof (>= 0.4.1)
               , libghc-crypto-random-dev (>= 0.0.7)
               , libghc-crypto-random-prof (>= 0.0.7)
               , libghc-cryptohash-dev (>= 0.7.5)
               , libghc-cryptohash-prof (>= 0.7.5)
               , libghc-openpgp-dev (>= 0.4)
               , libghc-openpgp-prof (>= 0.4)
               , libghc-time-dev (>= 1.4) | ghc
               , libghc-time-prof (>= 1.4) | ghc-prof
               , libghc-transformers-dev
               , libghc-transformers-prof
Build-Depends-Indep: ghc-doc
                     , libghc-base-doc (>= 4) | ghc-doc
                     , libghc-base-doc (<< 5) | ghc-doc
                     , libghc-binary-doc (>= 0.5.1.0) | ghc-doc
                     , libghc-byteable-doc
                     , libghc-bytestring-doc | ghc-doc
                     , libghc-cipher-aes-doc (>= 0.2.5)
                     , libghc-cipher-blowfish-doc
                     , libghc-cipher-cast5-doc
                     , libghc-crypto-cipher-types-doc (>= 0.0.7)
                     , libghc-crypto-pubkey-doc (>= 0.2.3)
                     , libghc-crypto-pubkey-types-doc (>= 0.4.1)
                     , libghc-crypto-random-doc (>= 0.0.7)
                     , libghc-cryptohash-doc (>= 0.7.5)
                     , libghc-openpgp-doc (>= 0.4)
                     , libghc-time-doc (>= 1.4) | ghc-doc
                     , libghc-transformers-doc

Package: libghc-openpgp-util-dev
Architecture: any
Depends: ${shlibs:Depends}
         , ${haskell:Depends}
         , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Conflicts: ${haskell:Conflicts}
Provides: ${haskell:Provides}
Replaces: ${haskell:Replaces}
Description: Implement cryptography for OpenPGP using libraries compatible with Vincent Hanquez's Haskell Crypto Platform
 Fingerprint generation, signature generation, signature verification,
 and secret key decryption for OpenPGP Packets.
 .
 It is indended to be used with <http://hackage.haskell.org/package/openpgp>
 .
 It is intended that you use qualified imports with this library.
 .
 > import qualified Data.OpenPGP.Util as OpenPGP
 .
  Author: Stephen Paul Weber <singpolyma@singpolyma.net>
  Upstream-Maintainer: Joe Crayne <joe@jerkface.net>
 .
 This package provides a library for the Haskell programming language.
 See http:///www.haskell.org/ for more information on Haskell.

Package: libghc-openpgp-util-prof
Architecture: any
Depends: ${shlibs:Depends}
         , ${haskell:Depends}
         , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Conflicts: ${haskell:Conflicts}
Provides: ${haskell:Provides}
Replaces: ${haskell:Replaces}
Description: Implement cryptography for OpenPGP using libraries compatible with Vincent Hanquez's Haskell Crypto Platform
 Fingerprint generation, signature generation, signature verification,
 and secret key decryption for OpenPGP Packets.
 .
 It is indended to be used with <http://hackage.haskell.org/package/openpgp>
 .
 It is intended that you use qualified imports with this library.
 .
 > import qualified Data.OpenPGP.Util as OpenPGP
 .
  Author: Stephen Paul Weber <singpolyma@singpolyma.net>
  Upstream-Maintainer: Joe Crayne <joe@jerkface.net>
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http:///www.haskell.org/ for more information on Haskell.

Package: libghc-openpgp-util-doc
Architecture: all
Section: doc
Depends: ${shlibs:Depends}
         , ${haskell:Depends}
         , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Conflicts: ${haskell:Conflicts}
Provides: ${haskell:Provides}
Replaces: ${haskell:Replaces}
Description: Implement cryptography for OpenPGP using libraries compatible with Vincent Hanquez's Haskell Crypto Platform
 Fingerprint generation, signature generation, signature verification,
 and secret key decryption for OpenPGP Packets.
 .
 It is indended to be used with <http://hackage.haskell.org/package/openpgp>
 .
 It is intended that you use qualified imports with this library.
 .
 > import qualified Data.OpenPGP.Util as OpenPGP
 .
  Author: Stephen Paul Weber <singpolyma@singpolyma.net>
  Upstream-Maintainer: Joe Crayne <joe@jerkface.net>
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http:///www.haskell.org/ for more information on Haskell.