summaryrefslogtreecommitdiff
path: root/openpgp-util.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-08-26 02:40:02 -0400
committerJoe Crayne <joe@jerkface.net>2019-07-01 09:19:55 -0400
commita90b1f609d8a559694ad31ea0b28ec6309a8b661 (patch)
tree20a12fad58c51d0f75e5305636ae0050d2dc6e72 /openpgp-util.cabal
parentf1a0772d5fb17f4460bdf996e06bb0983cf7a530 (diff)
Drop dependency on Thamas's crypto-api package.
Diffstat (limited to 'openpgp-util.cabal')
-rw-r--r--openpgp-util.cabal12
1 files changed, 10 insertions, 2 deletions
diff --git a/openpgp-util.cabal b/openpgp-util.cabal
index 45248d4..28513ad 100644
--- a/openpgp-util.cabal
+++ b/openpgp-util.cabal
@@ -124,6 +124,10 @@ library
124 exposed-modules: 124 exposed-modules:
125 Data.OpenPGP.Util 125 Data.OpenPGP.Util
126 Data.OpenPGP 126 Data.OpenPGP
127 Crypto.Cipher.Feistel
128 Crypto.Cipher.Cast5
129 Crypto.Cipher.SBox
130 Crypto.Cipher.ThomasToVincent
127 other-modules: 131 other-modules:
128 Data.OpenPGP.Internal 132 Data.OpenPGP.Internal
129 Data.OpenPGP.Util.Fingerprint 133 Data.OpenPGP.Util.Fingerprint
@@ -137,10 +141,14 @@ library
137 transformers, 141 transformers,
138 bytestring, 142 bytestring,
139 binary >= 0.5.1.0, 143 binary >= 0.5.1.0,
140 cipher-cast5,
141 utf8-string, 144 utf8-string,
142 zlib, 145 zlib,
143 bzlib 146 bzlib,
147 template-haskell >=2.7,
148 cpu ==0.1.*,
149 vector >=0.9,
150 tagged >=0.4.2.1,
151 cereal >=0.3.0
144 152
145 if flag(cryptonite) 153 if flag(cryptonite)
146 build-depends: 154 build-depends: